Rosetta
Public Member Functions | Public Attributes | List of all members
detail::format_part< Char >::value Union Reference

#include <compile.h>

Public Member Functions

FMT_CONSTEXPR value (int index=0)
 
FMT_CONSTEXPR value (basic_string_view< Char > s)
 
FMT_CONSTEXPR value (replacement r)
 

Public Attributes

int arg_index
 
basic_string_view< Char > str
 
replacement repl
 

Constructor & Destructor Documentation

◆ value() [1/3]

template<typename Char >
FMT_CONSTEXPR detail::format_part< Char >::value::value ( int  index = 0)
inline

◆ value() [2/3]

template<typename Char >
FMT_CONSTEXPR detail::format_part< Char >::value::value ( basic_string_view< Char >  s)
inline

◆ value() [3/3]

template<typename Char >
FMT_CONSTEXPR detail::format_part< Char >::value::value ( replacement  r)
inline

Member Data Documentation

◆ arg_index

template<typename Char >
int detail::format_part< Char >::value::arg_index

◆ repl

template<typename Char >
replacement detail::format_part< Char >::value::repl

◆ str

template<typename Char >
basic_string_view<Char> detail::format_part< Char >::value::str

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