Belle II Software development
Findlet< AIOTypes >::ToVectorImpl< const T > Struct Template Reference

Specialisation to only forward a range for immutable types. More...

#include <Findlet.h>

Public Types

using Type = const std::vector< typename std::remove_reference< T >::type >
 An immutable range of Ts.
 

Detailed Description

template<class ... AIOTypes>
template<class T>
struct Belle2::TrackFindingCDC::Findlet< AIOTypes >::ToVectorImpl< const T >

Specialisation to only forward a range for immutable types.

Definition at line 42 of file Findlet.h.

Member Typedef Documentation

◆ Type

using Type = const std::vector<typename std::remove_reference<T>::type>

An immutable range of Ts.

Definition at line 44 of file Findlet.h.


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