MCPcopy Create free account
hub / github.com/fmtlib/fmt / encode_types

Function encode_types

include/fmt/base.h:2294–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2292 T>::value>> : std::true_type {};
2293
2294template <typename> constexpr auto encode_types() -> ullong { return 0; }
2295
2296template <typename Context, typename First, typename... T>
2297constexpr auto encode_types() -> ullong {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected