Searched refs:header_str_conversion_t (Results 1 – 2 of 2) sorted by relevance
28 details::header_str_conversion_t<Ts&&>... ts) in log()32 std::forward<details::header_str_conversion_t<Ts&&>>(ts)...); in log()42 const char* msg, details::header_str_conversion_t<Ts&&>... ts, in log()44 log(s, msg, std::forward<details::header_str_conversion_t<Ts&&>>(ts)...) in log()
86 using header_str_conversion_t = typename header_str_conversion<T>::type; typedef