21template <
typename NAME,
typename TITLE>
22inline std::string
fmt_name(
const NAME &name,
const TITLE &title)
31template <
typename TITLE,
32 typename std::enable_if<!std::is_arithmetic<TITLE>::value,
int>::type = 0>
39template <
typename TITLE,
40 typename std::enable_if<std::is_arithmetic<TITLE>::value,
int>::type = 0>
std::string to_string(std::nullptr_t)
bool empty(std::nullptr_t)
std::string fmt_name_cast(const TITLE &title)
std::string fmt_name(const NAME &name, const TITLE &title)