template <typename Char>

struct get_cstring

Defined at line 196 of file ../../third_party/fmtlib/src/include/fmt/printf.h

An argument visitor that return a pointer to a C string if argument is a

string or null otherwise.

Public Methods

template <typename T>
const Char * operator() (T )

Defined at line 197 of file ../../third_party/fmtlib/src/include/fmt/printf.h

const Char * operator() (const Char * s)

Defined at line 198 of file ../../third_party/fmtlib/src/include/fmt/printf.h