WPILibC++ 2024.3.2
loc_value Class Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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))
 

Constructor & Destructor Documentation

◆ loc_value() [1/2]

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

◆ loc_value() [2/2]

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

Member Function Documentation

◆ visit()

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

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