Electroneum
Loading...
Searching...
No Matches
internal::TypeHelper< ValueType, typename ValueType::ConstArray > Struct Template Reference

#include <document.h>

Public Types

typedef ValueType::ConstArray ArrayType

Static Public Member Functions

static bool Is (const ValueType &v)
static ArrayType Get (const ValueType &v)

Detailed Description

template<typename ValueType>
struct internal::TypeHelper< ValueType, typename ValueType::ConstArray >

Definition at line 533 of file document.h.

Member Typedef Documentation

◆ ArrayType

template<typename ValueType>
typedef ValueType::ConstArray internal::TypeHelper< ValueType, typename ValueType::ConstArray >::ArrayType

Definition at line 534 of file document.h.

Member Function Documentation

◆ Get()

template<typename ValueType>
ArrayType internal::TypeHelper< ValueType, typename ValueType::ConstArray >::Get ( const ValueType & v)
inlinestatic

Definition at line 536 of file document.h.

536{ return v.GetArray(); }

◆ Is()

template<typename ValueType>
bool internal::TypeHelper< ValueType, typename ValueType::ConstArray >::Is ( const ValueType & v)
inlinestatic

Definition at line 535 of file document.h.

535{ return v.IsArray(); }

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/include/rapidjson/document.h