SoPlex Documentation
Loading...
Searching...
No Matches
arg_data< T, Char, NUM_ARGS, 0 > Struct Template Reference

#include <core.h>

Public Member Functions

template<typename... U>
FMT_INLINE arg_data (const U &... init)
 
FMT_INLINE const T * args () const
 
FMT_INLINE std::nullptr_t named_args ()
 

Public Attributes

args_ [NUM_ARGS !=0 ? NUM_ARGS :+1]
 

Detailed Description

template<typename T, typename Char, size_t NUM_ARGS>
struct detail::arg_data< T, Char, NUM_ARGS, 0 >

Definition at line 933 of file core.h.

Constructor & Destructor Documentation

◆ arg_data()

template<typename T , typename Char , size_t NUM_ARGS>
template<typename... U>
FMT_INLINE arg_data ( const U &... init)

Definition at line 938 of file core.h.

Member Function Documentation

◆ args()

template<typename T , typename Char , size_t NUM_ARGS>
FMT_INLINE const T * args ( ) const

Definition at line 939 of file core.h.

References arg_data< T, Char, NUM_ARGS, NUM_NAMED_ARGS >::args_.

◆ named_args()

template<typename T , typename Char , size_t NUM_ARGS>
FMT_INLINE std::nullptr_t named_args ( )

Definition at line 940 of file core.h.

Member Data Documentation

◆ args_

template<typename T , typename Char , size_t NUM_ARGS>
T args_[NUM_ARGS !=0 ? NUM_ARGS :+1]

Definition at line 935 of file core.h.