| 2567 | using format_arg = basic_format_arg<Context>; |
| 2568 | |
| 2569 | constexpr basic_format_args() : desc_(0), args_(nullptr) {} |
| 2570 | |
| 2571 | /// Constructs a `basic_format_args` object from `format_arg_store`. |
| 2572 | template <int NUM_ARGS, int NUM_NAMED_ARGS, ullong DESC, |
nothing calls this directly
no outgoing calls
no test coverage detected