JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Types | Static Public Member Functions
joda::query::values::StringParameter< k > Struct Template Reference

#include <ParameterPack.h>

Public Types

typedef std::string ReturnT
 

Static Public Member Functions

static void check (const std::vector< std::unique_ptr< IValueProvider >> &parameters, const std::string &name)
 
static ReturnT extractValue (const std::vector< std::unique_ptr< IValueProvider >> &parameters, const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc)
 

Detailed Description

template<std::size_t k>
struct joda::query::values::StringParameter< k >

A parameter of type String

Template Parameters
kthe index of the parameter
Exceptions
WrongParameterExceptionif there is a problem with the parameter

Member Typedef Documentation

◆ ReturnT

template<std::size_t k>
typedef std::string joda::query::values::StringParameter< k >::ReturnT

Member Function Documentation

◆ check()

template<std::size_t k>
static void joda::query::values::StringParameter< k >::check ( const std::vector< std::unique_ptr< IValueProvider >> &  parameters,
const std::string &  name 
)
inlinestatic

◆ extractValue()

template<std::size_t k>
static ReturnT joda::query::values::StringParameter< k >::extractValue ( const std::vector< std::unique_ptr< IValueProvider >> &  parameters,
const RapidJsonDocument json,
RJMemoryPoolAlloc alloc 
)
inlinestatic

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