#include <str_format.h>
Public Member Functions | |
UntypedFormatSpec & | operator= (const UntypedFormatSpec &)=delete |
UntypedFormatSpec ()=delete | |
UntypedFormatSpec (const UntypedFormatSpec &)=delete | |
UntypedFormatSpec (string_view s) | |
Protected Member Functions | |
UntypedFormatSpec (const str_format_internal::ParsedFormatBase *pc) | |
Private Attributes | |
str_format_internal::UntypedFormatSpecImpl | spec_ |
Definition at line 95 of file str_format.h.
|
delete |
|
delete |
|
inlineexplicit |
Definition at line 101 of file str_format.h.
|
inlineexplicitprotected |
Definition at line 104 of file str_format.h.
|
delete |
|
private |
Definition at line 109 of file str_format.h.