scenario_simulator_v2 C++ API
Classes | Namespaces | Functions
highlighter.hpp File Reference
#include <iostream>
#include <openscenario_interpreter/type_traits/has_stream_output_operator.hpp>
#include <string>
#include <utility>
Include dependency graph for highlighter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openscenario_interpreter::utility::AttributeHighlighter
 

Namespaces

 openscenario_interpreter
 
 openscenario_interpreter::utility
 

Functions

template<typename... Ts>
decltype(auto) openscenario_interpreter::utility::operator<< (std::basic_ostream< Ts... > &os, const AttributeHighlighter &highlight)
 
template<typename T , typename = typename std::enable_if<HasStreamOutputOperator<T>::value>::type>
auto openscenario_interpreter::utility::highlight (const std::string &name, const T &value)