WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::format_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC > Struct Template Reference

#include <fmt/base.h>

Public Types

using type
 

Public Attributes

type args
 

Member Typedef Documentation

◆ type

template<typename Context , int NUM_ARGS, int NUM_NAMED_ARGS, unsigned long long DESC>
using detail::format_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC >::type
Initial value:
conditional_t<NUM_NAMED_ARGS == 0,
named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC>>
conditional_t< NUM_ARGS<=max_packed_args, value< Context >, basic_format_arg< Context > > arg_t
Definition base.h:2286
constexpr auto max_of(T a, T b) -> T
Definition base.h:340
typename std::conditional< B, T, F >::type conditional_t
Definition base.h:299

Member Data Documentation

◆ args

template<typename Context , int NUM_ARGS, int NUM_NAMED_ARGS, unsigned long long DESC>
type detail::format_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC >::args

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