OmniSciDB  a5dc49c757
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Parser::DefaultValidate< StringLiteral > Struct Template Reference

#include <ParserNode.h>

Public Member Functions

template<typename T >
decltype(auto) operator() (T t)
 

Detailed Description

template<>
struct Parser::DefaultValidate< StringLiteral >

Definition at line 2257 of file ParserNode.h.

Member Function Documentation

template<typename T >
decltype(auto) Parser::DefaultValidate< StringLiteral >::operator() ( t)
inline

Definition at line 2259 of file ParserNode.h.

References CHECK, and Parser::anonymous_namespace{ParserNode.h}::validate_and_get_str().

2259  {
2260  const auto val = validate_and_get_str(t);
2261  CHECK(val);
2262  const auto val_upper = boost::to_upper_copy<std::string>(*val);
2263  return val_upper;
2264  }
const std::string * validate_and_get_str(T name_value_assign)
Definition: ParserNode.h:2245
#define CHECK(condition)
Definition: Logger.h:291

+ Here is the call graph for this function:


The documentation for this struct was generated from the following file: