HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arg_data< T, Char, NUM_ARGS, 0 > Struct Template Reference

#include <core.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 1010 of file core.h.

Constructor & Destructor Documentation

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

Definition at line 1015 of file core.h.

Member Function Documentation

template<typename T , typename Char , size_t NUM_ARGS>
FMT_CONSTEXPR FMT_INLINE auto arg_data< T, Char, NUM_ARGS, 0 >::args ( ) const -> const T*
inline

Definition at line 1016 of file core.h.

template<typename T , typename Char , size_t NUM_ARGS>
FMT_CONSTEXPR FMT_INLINE auto arg_data< T, Char, NUM_ARGS, 0 >::named_args ( ) -> std::nullptr_t
inline

Definition at line 1017 of file core.h.

Member Data Documentation

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

Definition at line 1012 of file core.h.


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