Iros
 
Loading...
Searching...
No Matches
di::format::FormatArgsStorage< count, Arg > Class Template Reference

#include <di/format/format_args_storage.h>

Inheritance diagram for di::format::FormatArgsStorage< count, Arg >:
[legend]

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)
 

Constructor & Destructor Documentation

◆ FormatArgsStorage()

template<size_t count, concepts::FormatArg Arg>
template<concepts::SameAs< Arg >... Args>
requires (sizeof...(Args) == count)
di::format::FormatArgsStorage< count, Arg >::FormatArgsStorage ( Args &&... args)
inlineconstexpr

The documentation for this class was generated from the following file: