Public Types | Static Public Member Functions | List of all members
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

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

Definition at line 534 of file document.h.

Member Function Documentation

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

Definition at line 536 of file document.h.

536 { return v.GetArray(); }
template<typename ValueType >
static 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: