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

Method basic_format_arg

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

Source from the content-addressed store, hash-verified

2471 };
2472
2473 constexpr basic_format_arg() : type_(detail::type::none_type) {}
2474 basic_format_arg(const detail::named_arg_info<char_type>* args, size_t size)
2475 : value_(args, size) {}
2476 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected