JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <ParameterPack.h>
Public Types | |
typedef ValueAccepter | ReturnT |
Static Public Member Functions | |
static void | check (const std::vector< std::unique_ptr< IValueProvider >> ¶meters, const std::string &name) |
static ReturnT | extractValue (const std::vector< std::unique_ptr< IValueProvider >> ¶meters, const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc) |
template<class Handler > | |
static bool | accept (const std::vector< std::unique_ptr< IValueProvider >> ¶meters, Handler &handler, const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc) |
A parameter of type Object
k | the index of the parameter |
WrongParameterException | if there is a problem with the parameter |
typedef ValueAccepter joda::query::values::ObjectParameter< k >::ReturnT |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |