Static Public Member Functions
cpp_introspection::field_traits::size< std::vector< 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 std::vector< T > &x)
static bool empty ()
static bool empty (const std::vector< T > &x)
static void resize (std::vector< T > &x, size_t new_size, const T &initial=T())
static std::size_t value ()
static std::size_t value (const std::vector< T > &x)

Detailed Description

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

Definition at line 68 of file field_traits.h.


Member Function Documentation

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

Definition at line 74 of file field_traits.h.

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

Definition at line 75 of file field_traits.h.

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

Definition at line 72 of file field_traits.h.

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

Definition at line 73 of file field_traits.h.

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

Definition at line 71 of file field_traits.h.

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

Definition at line 69 of file field_traits.h.

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

Definition at line 70 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