21template <
typename NAME,
typename TITLE>
22inline std::string
fmt_name(
const NAME &name,
const TITLE &title)
30template <
typename TITLE,
31 typename std::enable_if<!std::is_arithmetic<TITLE>::value,
int>::type = 0>
38template <
typename TITLE,
39 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)