ΒΆtemplate <bool PACKED,
typename Context,
typename T,
fmt::enable_if_t<(PACKED), int> = 0>
inline constexpr auto make_arg(T& val)
-> value<Context>
template <bool PACKED,
typename Context,
typename T,
fmt::enable_if_t<(PACKED), int> = 0>
inline constexpr auto make_arg(T& val)
-> value<Context>
Declared at: third_party/fmt/include/fmt/core.h:1558
Templates
- bool PACKED
- Context
- T
- fmt::enable_if_t<(PACKED), int>
Parameters
- T& val