LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 163 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 165 of file CollectionProxyMaker.h.

Type of element of the main collection.

Definition at line 171 of file CollectionProxyMaker.h.

Type returned by the main collection indexing operator.

Definition at line 168 of file CollectionProxyMaker.h.


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