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.
Synopsis
Declared in <bdlb_guidformatter.h>
template<class t_CHAR>
class Guid_BslFmtFormatterImpl;
Member Functions
Name |
Description |
Create a string representation of the specified |
|
Parse the format specification contained in the specified |
Created with MrDocs