WPILibC++ 2025.0.0-alpha-1-10-g1ccd8d1
detail::styled_arg< T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/color.h>

Inheritance diagram for detail::styled_arg< T >:
detail::view

Public Member Functions

 styled_arg (const T &v, text_style s)
 

Public Attributes

const T & value
 
text_style style
 

Constructor & Destructor Documentation

◆ styled_arg()

template<typename T >
detail::styled_arg< T >::styled_arg ( const T &  v,
text_style  s 
)
inline

Member Data Documentation

◆ style

template<typename T >
text_style detail::styled_arg< T >::style

◆ value

template<typename T >
const T& detail::styled_arg< T >::value

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