| scenario_simulator_v2 C++ API
    | 
#include <iostream>#include <openscenario_interpreter/type_traits/has_stream_output_operator.hpp>#include <string>#include <utility>

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) |