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

Member Typedef Documentation

Type of main collection proxy.

Definition at line 158 of file CollectionProxyMaker.h.

template<typename T >
using proxy::CollectionProxyMakerTraits< std::vector< T > >::main_collection_t = std::vector<T>

Type of element of the main collection.

Definition at line 152 of file CollectionProxyMaker.h.

Type returned by the main collection indexing operator.

Definition at line 155 of file CollectionProxyMaker.h.


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