Loading...
Searching...
No Matches
Public Member Functions |
Static Private Member Functions |
Private Attributes |
List of all members
ansi_color_escape< Char > Struct Template Reference
Detailed Descriptiontemplate<typename Char>
struct detail::ansi_color_escape< Char > Constructor & Destructor Documentation◆ ansi_color_escape() [1/2]
template<typename Char >
Definition at line 356 of file color.h. References basic_data< T >::background_color, detail::index, ansi_color_escape< Char >::to_esc(), and value< Context >::value(). ◆ ansi_color_escape() [2/2]
template<typename Char >
Definition at line 392 of file color.h. References bold, detail::index, italic, strikethrough, and underline. Member Function Documentation◆ begin()
template<typename Char >
Definition at line 413 of file color.h. References ansi_color_escape< Char >::buffer. ◆ end()
template<typename Char >
◆ operator const Char *()
template<typename Char >
Definition at line 411 of file color.h. References ansi_color_escape< Char >::buffer. ◆ to_esc()
template<typename Char >
Definition at line 421 of file color.h. Referenced by ansi_color_escape< Char >::ansi_color_escape(). Member Data Documentation◆ buffer
template<typename Char >
Definition at line 419 of file color.h. Referenced by ansi_color_escape< Char >::begin(), and ansi_color_escape< Char >::operator const Char *().
|