WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::styled_arg< T > Struct Template Reference

#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: