#include <ParserNode.h>
|
template<typename T > |
decltype(auto) | operator() (T t) |
|
template<>
struct Parser::DefaultValidate< StringLiteral >
Definition at line 2198 of file ParserNode.h.
Definition at line 2200 of file ParserNode.h.
References CHECK.
2201 const auto val =
static_cast<const StringLiteral*
>(t->get_value())->get_stringval();
2203 const auto val_upper = boost::to_upper_copy<std::string>(*val);
The documentation for this struct was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.h