BloombergLP::bdlb::Guid_BslFmtFormatterImpl

Component-private implementation of bsl::formatter for bdlb::Guid.

Synopsis

Declared in <bdlb_guidformatter.h>

template<class t_CHAR>
class Guid_BslFmtFormatterImpl;

Description

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.

Member Functions

NameDescription
format Format value according to the previously parsed specification.
parse Parse the format specification in parseContext.