Home
last modified time | relevance | path

Searched defs:__format_arg_store (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_arg_store.h232 struct _LIBCPP_TEMPLATE_VIS __format_arg_store { struct
234 __format_arg_store(_Args&... __args) noexcept { in __format_arg_store() argument
243 using _Storage = conditional_t<__format::__use_packed_format_arg_store(sizeof...(_Args)),
247 _Storage __storage;