Belle II Software  release-06-00-14
__range__impl< T1, T2 > Class Template Reference

Public Member Functions

 __range__impl (T1 &&b, T2 &&e)
 
 __range__impl (const T1 &b, const T2 &e)
 
auto begin () const
 
auto back () const
 
auto front () const
 
auto end () const
 
auto operator[] (size_t i) const
 
size_t size () const
 

Public Attributes

T1 m_begin
 
T2 m_end
 

Detailed Description

template<typename T1, typename T2>
class Belle2::group_helper::__range__impl< T1, T2 >

Definition at line 71 of file group_helper.h.


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