15 #ifndef OPENSCENARIO_INTERPRETER__READER__CONTENT_HPP_ 
   16 #define OPENSCENARIO_INTERPRETER__READER__CONTENT_HPP_ 
   18 #include <boost/algorithm/string/trim.hpp> 
   24 inline namespace reader
 
   26 template <
typename T, 
typename Node, 
typename Scope>
 
   30   return boost::lexical_cast<T>(boost::algorithm::trim_copy(text));
 
Definition: scope.hpp:155
T readContent(const Node &node, const Scope &)
Definition: content.hpp:27
std::string string
Definition: junit5.hpp:26