Public Member Functions | Private Attributes | List of all members
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))
 

Private Attributes

basic_format_arg< format_contextvalue_
 

Detailed Description

Definition at line 1045 of file format.h.

Constructor & Destructor Documentation

◆ loc_value() [1/2]

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

Definition at line 1051 of file format.h.

◆ loc_value() [2/2]

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

Definition at line 1054 of file format.h.

Member Function Documentation

◆ visit()

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

Definition at line 1056 of file format.h.

Member Data Documentation

◆ value_

basic_format_arg<format_context> loc_value::value_
private

Definition at line 1047 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:29