Component-private implementation of bsl::formatter for bdlb::Guid.
Declared in <bdlb_guidformatter.h>
template<class t_CHAR>
class Guid_BslFmtFormatterImpl;
This component-private class template provides the implementation of the bsl::formatter specialization for bdlb::Guid values. The specified t_CHAR template parameter determines both the format-string and the output character type. The behavior is undefined unless t_CHAR is char or wchar_t.
| Name | Description |
|---|---|
format | Format value according to the previously parsed specification. |
parse | Parse the format specification in parseContext. |