Public Types | List of all members
proxy::CollectionProxyMakerTraits< std::vector< T > > Struct Template Reference

#include <CollectionProxyMaker.h>

Public Types

using main_collection_t = std::vector< T >
 Type of element of the main collection. More...
 
using main_element_t = util::collection_value_t< main_collection_t >
 Type returned by the main collection indexing operator. More...
 
using main_collection_proxy_t = details::MainCollectionProxy< main_collection_t >
 Type of main collection proxy. More...
 

Detailed Description

template<typename T>
struct proxy::CollectionProxyMakerTraits< std::vector< T > >

Definition at line 156 of file CollectionProxyMaker.h.

Member Typedef Documentation

Type of main collection proxy.

Definition at line 166 of file CollectionProxyMaker.h.

Type of element of the main collection.

Definition at line 159 of file CollectionProxyMaker.h.

Type returned by the main collection indexing operator.

Definition at line 162 of file CollectionProxyMaker.h.


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