Template Function cif::coloured(std::basic_string_view<char_type, traits_type>&, colour::colour_type, colour::colour_type, colour::style_type)
Defined in File utilities.hpp
Function Documentation
-
template<typename char_type, typename traits_type>
inline auto cif::coloured(std::basic_string_view<char_type, traits_type> &str, colour::colour_type fg, colour::colour_type bg = colour::colour_type::none, colour::style_type st = colour::style_type::regular) Manipulator for coloured strings.