Public Types | List of all members
proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > > Struct Template Reference

#include <CollectionProxyMaker.h>

Public Types

using main_collection_proxy_t = CollectionProxy< MainColl >
 Type of main collection proxy. More...
 
using main_element_t = typename main_collection_proxy_t::main_element_t
 Type returned by the main collection indexing operator. More...
 
using main_collection_t = typename main_collection_proxy_t::main_collection_t
 Type of element of the main collection. More...
 

Detailed Description

template<typename MainColl>
struct proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >

Definition at line 172 of file CollectionProxyMaker.h.

Member Typedef Documentation

template<typename MainColl >
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_collection_proxy_t = CollectionProxy<MainColl>

Type of main collection proxy.

Definition at line 174 of file CollectionProxyMaker.h.

Type of element of the main collection.

Definition at line 181 of file CollectionProxyMaker.h.

Type returned by the main collection indexing operator.

Definition at line 177 of file CollectionProxyMaker.h.


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