WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::ansi_color_escape< Char > Struct Template Reference

#include <fmt/color.h>

Public Member Functions

FMT_CONSTEXPR ansi_color_escape (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 auto begin () const noexcept -> const Char *
 
FMT_CONSTEXPR20 auto end () const noexcept -> const Char *
 

Constructor & Destructor Documentation

◆ ansi_color_escape() [1/2]

template<typename Char >
FMT_CONSTEXPR detail::ansi_color_escape< Char >::ansi_color_escape ( 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 auto detail::ansi_color_escape< Char >::begin ( ) const -> const Char*
inlinenoexcept

◆ end()

template<typename Char >
FMT_CONSTEXPR20 auto detail::ansi_color_escape< Char >::end ( ) const -> const Char*
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: