Static Public Member Functions
cpp_introspection::field_traits::size< T > Struct Template Reference

#include <field_traits.h>

List of all members.

Static Public Member Functions

static std::size_t capacity ()
static std::size_t capacity (const T &x)
static bool empty ()
static bool empty (const T &x)
static void resize (T &x, size_t new_size, const T &initial=T())
static std::size_t value ()
static std::size_t value (const T &x)

Detailed Description

template<typename T>
struct cpp_introspection::field_traits::size< T >

Definition at line 49 of file field_traits.h.


Member Function Documentation

template<typename T >
static std::size_t cpp_introspection::field_traits::size< T >::capacity ( ) [inline, static]

Definition at line 55 of file field_traits.h.

template<typename T >
static std::size_t cpp_introspection::field_traits::size< T >::capacity ( const T &  x) [inline, static]

Definition at line 56 of file field_traits.h.

template<typename T >
static bool cpp_introspection::field_traits::size< T >::empty ( ) [inline, static]

Definition at line 53 of file field_traits.h.

template<typename T >
static bool cpp_introspection::field_traits::size< T >::empty ( const T &  x) [inline, static]

Definition at line 54 of file field_traits.h.

template<typename T >
static void cpp_introspection::field_traits::size< T >::resize ( T &  x,
size_t  new_size,
const T &  initial = T() 
) [inline, static]

Definition at line 52 of file field_traits.h.

template<typename T >
static std::size_t cpp_introspection::field_traits::size< T >::value ( ) [inline, static]

Definition at line 50 of file field_traits.h.

template<typename T >
static std::size_t cpp_introspection::field_traits::size< T >::value ( const T &  x) [inline, static]

Definition at line 51 of file field_traits.h.


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


cpp_introspection
Author(s): Johannes Meyer
autogenerated on Sat Jun 8 2019 19:46:00