fw4spl
camp_ext::ArrayMapper< std::set< T > > Struct Template Reference

Public Types

typedef T ElementType
 

Static Public Member Functions

static bool dynamic ()
 
static std::size_t size (const std::set< T > &arr)
 
static const T & get (const std::set< T > &arr, std::size_t index)
 
static void set (std::set< T > &arr, std::size_t index, const T &value)
 
static void insert (std::set< T > &arr, std::size_t before, const T &value)
 
static void remove (std::set< T > &arr, std::size_t index)
 

Detailed Description

template<typename T>
struct camp_ext::ArrayMapper< std::set< T > >

Definition at line 22 of file ArrayMapper.hpp.


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