[#fmt-is_compiled_string] = xref:fmt.adoc[fmt]::is_compiled_string :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/compile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename S> struct is_compiled_string : std::is_base_of<compiled_string, S> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::is_base_of<compiled_string, S>` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#