bes Updated for version 3.20.13
internal::TypeHelper< ValueType, typename ValueType::Array > Struct Template Reference
Collaboration diagram for internal::TypeHelper< ValueType, typename ValueType::Array >:
Collaboration graph

Public Types

typedef ValueType::Array ArrayType
 

Static Public Member Functions

static ArrayType Get (ValueType &v)
 
static bool Is (const ValueType &v)
 
static ValueType & Set (ValueType &v, ArrayType data)
 
static ValueType & Set (ValueType &v, ArrayType data, typename ValueType::AllocatorType &)
 

Detailed Description

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

Definition at line 606 of file document.h.

Member Typedef Documentation

◆ ArrayType

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

Definition at line 607 of file document.h.

Member Function Documentation

◆ Get()

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

Definition at line 609 of file document.h.

◆ Is()

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

Definition at line 608 of file document.h.

◆ Set() [1/2]

template<typename ValueType >
static ValueType & internal::TypeHelper< ValueType, typename ValueType::Array >::Set ( ValueType &  v,
ArrayType  data 
)
inlinestatic

Definition at line 610 of file document.h.

◆ Set() [2/2]

template<typename ValueType >
static ValueType & internal::TypeHelper< ValueType, typename ValueType::Array >::Set ( ValueType &  v,
ArrayType  data,
typename ValueType::AllocatorType &   
)
inlinestatic

Definition at line 611 of file document.h.


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