15 #ifndef SCENARIO_SIMULATOR_EXCEPTION__CONCATENATE_HPP_
16 #define SCENARIO_SIMULATOR_EXCEPTION__CONCATENATE_HPP_
25 inline namespace scenario_simulator_exception
28 std::stringstream result;
29 (result << ... << std::forward<decltype(xs)>(
xs));
auto concatenate
Definition: concatenate.hpp:27
Definition: concatenate.hpp:24
Definition: junit5.hpp:25