libmoost
moost::kvds::KvdsPodType< T >::vector_type::kvds_vector< U const > Struct Template Reference

#include <kvds_pod_type.hpp>

List of all members.

Public Types

typedef std::vector< typename
boost::remove_const< U >::type >
const 
type
 We want a const vector but with non-const values.

Private Member Functions

 kvds_vector ()

Detailed Description

template<typename T>
template<typename U>
struct moost::kvds::KvdsPodType< T >::vector_type::kvds_vector< U const >

Definition at line 148 of file kvds_pod_type.hpp.


Member Typedef Documentation

template<typename T>
template<typename U >
typedef std::vector<typename boost::remove_const<U>::type> const moost::kvds::KvdsPodType< T >::vector_type::kvds_vector< U const >::type

We want a const vector but with non-const values.

Definition at line 151 of file kvds_pod_type.hpp.


Constructor & Destructor Documentation

template<typename T>
template<typename U >
moost::kvds::KvdsPodType< T >::vector_type::kvds_vector< U const >::kvds_vector ( ) [private]

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