SyledText< sizeof...(Codes)> STYLE(std::string_view text, Codes... codes)
Creates a styled text object from a text and a set of ANSI codes.
Definition: color.hpp:117
Holds a piece of text together with one or more ANSI style codes.
Definition: color.hpp:80
std::array< Code, N > codes
Definition: color.hpp:81