15 #ifndef OPENSCENARIO_INTERPRETER__UTILITY__HIGHLIGHTER_HPP_
16 #define OPENSCENARIO_INTERPRETER__UTILITY__HIGHLIGHTER_HPP_
25 inline namespace utility
31 template <
typename... Ts>
32 decltype(
auto) operator()(
std::basic_ostream<Ts...> & os)
const
38 template <
typename... Ts>
44 template <typename T, typename = typename std::enable_if<HasStreamOutputOperator<T>::value>::type>
auto yellow
Definition: escape_sequence.hpp:49
auto cyan
Definition: escape_sequence.hpp:52
auto reset
Definition: escape_sequence.hpp:34
auto highlight(const std::string &name, const T &value)
Definition: highlighter.hpp:45
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: highlighter.hpp:28
const std::string value
Definition: highlighter.hpp:29
const std::string name
Definition: highlighter.hpp:29