| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected