#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... | |
Definition at line 172 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_collection_proxy_t = CollectionProxy<MainColl> |
Type of main collection proxy.
Definition at line 174 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_collection_t = typename main_collection_proxy_t::main_collection_t |
Type of element of the main collection.
Definition at line 181 of file CollectionProxyMaker.h.
using proxy::CollectionProxyMakerTraits< CollectionProxy< MainColl > >::main_element_t = typename main_collection_proxy_t::main_element_t |
Type returned by the main collection indexing operator.
Definition at line 177 of file CollectionProxyMaker.h.