Struct FormatOrForward
Defined in File logging.h
Struct Documentation
-
struct FormatOrForward
Public Functions
-
template<typename T, typename std::enable_if_t<!std::is_same_v<std::decay_t<T>, fmt::basic_runtime<char>>, int> = 0>
inline decltype(auto) operator()(T &&arg) const
-
template<typename T, typename std::enable_if_t<!std::is_same_v<std::decay_t<T>, fmt::basic_runtime<char>>, int> = 0>