HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
loc_value Class Reference

#include <format.h>

Public Member Functions

template<typename T , FMT_ENABLE_IF(!detail::is_float128< T >::value) >
 loc_value (T value)
 
template<typename T , FMT_ENABLE_IF(detail::is_float128< T >::value) >
 loc_value (T)
 
template<typename Visitor >
auto visit (Visitor &&vis) -> decltype(vis(0))
 

Detailed Description

Definition at line 1086 of file format.h.

Constructor & Destructor Documentation

template<typename T , FMT_ENABLE_IF(!detail::is_float128< T >::value) >
loc_value::loc_value ( T  value)
inline

Definition at line 1092 of file format.h.

template<typename T , FMT_ENABLE_IF(detail::is_float128< T >::value) >
loc_value::loc_value ( T  )
inline

Definition at line 1095 of file format.h.

Member Function Documentation

template<typename Visitor >
auto loc_value::visit ( Visitor &&  vis) -> decltype(vis(0))
inline

Definition at line 1097 of file format.h.


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