WPILibC++ 2024.3.2
detail::ansi_color_escape< Char > Struct Template Reference

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

Public Member Functions

FMT_CONSTEXPR ansi_color_escape (detail::color_type text_color, const char *esc) noexcept
 
FMT_CONSTEXPR ansi_color_escape (emphasis em) noexcept
 
FMT_CONSTEXPR operator const Char * () const noexcept
 
FMT_CONSTEXPR const Char * begin () const noexcept
 
FMT_CONSTEXPR_CHAR_TRAITS const Char * end () const noexcept
 

Constructor & Destructor Documentation

◆ ansi_color_escape() [1/2]

template<typename Char >
FMT_CONSTEXPR detail::ansi_color_escape< Char >::ansi_color_escape ( detail::color_type  text_color,
const char *  esc 
)
inlinenoexcept

◆ ansi_color_escape() [2/2]

template<typename Char >
FMT_CONSTEXPR detail::ansi_color_escape< Char >::ansi_color_escape ( emphasis  em)
inlinenoexcept

Member Function Documentation

◆ begin()

template<typename Char >
FMT_CONSTEXPR const Char * detail::ansi_color_escape< Char >::begin ( ) const
inlinenoexcept

◆ end()

template<typename Char >
FMT_CONSTEXPR_CHAR_TRAITS const Char * detail::ansi_color_escape< Char >::end ( ) const
inlinenoexcept

◆ operator const Char *()

template<typename Char >
FMT_CONSTEXPR detail::ansi_color_escape< Char >::operator const Char * ( ) const
inlinenoexcept

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