JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <ParameterPack.h>
Public Types | |
typedef std::optional< typename T::ReturnT > | 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) |
Wraps an parameter and accepts if it does not exist
k | the index of the parameter |
T | the type of the wrapped parameter |
WrongParameterException | if there is a problem with the parameter |
typedef std::optional<typename T::ReturnT> joda::query::values::OptionalParameter< k, T >::ReturnT |
|
inlinestatic |
|
inlinestatic |