Rosetta
Public Member Functions | Public Attributes | List of all members
detail::dynamic_arg_list::typed_node< T > Struct Template Reference
Inheritance diagram for detail::dynamic_arg_list::typed_node< T >:
Inheritance graph
[legend]

Public Member Functions

template<typename Arg >
FMT_CONSTEXPR typed_node (const Arg &arg)
 
template<typename Char >
FMT_CONSTEXPR typed_node (const basic_string_view< Char > &arg)
 
- Public Member Functions inherited from detail::dynamic_arg_list::node< typename >
virtual ~node ()=default
 

Public Attributes

T value
 
- Public Attributes inherited from detail::dynamic_arg_list::node< typename >
std::unique_ptr< node<> > next
 

Constructor & Destructor Documentation

◆ typed_node() [1/2]

template<typename T >
template<typename Arg >
FMT_CONSTEXPR detail::dynamic_arg_list::typed_node< T >::typed_node ( const Arg &  arg)
inline

◆ typed_node() [2/2]

template<typename T >
template<typename Char >
FMT_CONSTEXPR detail::dynamic_arg_list::typed_node< T >::typed_node ( const basic_string_view< Char > &  arg)
inline

Member Data Documentation

◆ value

template<typename T >
T detail::dynamic_arg_list::typed_node< T >::value

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