tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
basic_format_args< Context > Struct Template Reference

#include <basic_format_args.hpp>

Public Member Functions

constexpr basic_format_args () noexcept=default
 
template<typename... Args>
constexpr basic_format_args (detail::format_arg_store< Context, Args... > const &store) noexcept
 
constexpr auto get (size_t i) const noexcept -> basic_format_arg< Context >
 

Constructor & Destructor Documentation

◆ basic_format_args() [1/2]

template<typename Context>
basic_format_args ( )
constexprdefaultnoexcept

◆ basic_format_args() [2/2]

template<typename Context>
template<typename... Args>
basic_format_args ( detail::format_arg_store< Context, Args... > const & store)
inlineconstexprnoexcept

Member Function Documentation

◆ get()

template<typename Context>
auto get ( size_t i) const -> basic_format_arg<Context>
inlinenodiscardconstexprnoexcept

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