#include <di/format/format_args_storage.h>
Public Member Functions | |
| template<concepts::SameAs< Arg >... Args> requires (sizeof...(Args) == count) | |
| constexpr | FormatArgsStorage (Args &&... args) |
Public Member Functions inherited from di::format::FormatArgs< Arg > | |
| constexpr | FormatArgs (Span< Arg > args) |
| constexpr auto | size () const -> size_t |
| constexpr auto | operator[] (size_t index) const -> Arg |
| constexpr void | set_args (Span< Arg > args) |
|
inlineconstexpr |