#include <color.h>
Public Member Functions | |
FMT_CONSTEXPR | ansi_color_escape (internal::color_type text_color, const char *esc) FMT_NOEXCEPT |
FMT_CONSTEXPR | ansi_color_escape (emphasis em) FMT_NOEXCEPT |
FMT_CONSTEXPR | operator const Char * () const FMT_NOEXCEPT |
Static Private Member Functions | |
static FMT_CONSTEXPR void | to_esc (uint8_t c, Char *out, char delimiter) FMT_NOEXCEPT |
Private Attributes | |
Char | buffer [7u+3u *4u+1u] |
|
inline |
Definition at line 393 of file color.h.
|
inline |
Definition at line 430 of file color.h.
|
inline |
|
inlinestaticprivate |
|
private |