Celeritas  0.5.0-56+6b053cd
List of all members
celeritas::Count< T > Class Template Reference

Proxy container for an unbounded range with a given start value. More...

#include <Range.hh>

Type aliases

using const_iterator = detail::inf_range_iter< T >
 
using size_type = typename TraitsT::counter_type
 
using value_type = T
 
CELER_CONSTEXPR_FUNCTION Count ()
 
CELER_CONSTEXPR_FUNCTION Count (T begin)
 
CELER_CONSTEXPR_FUNCTION detail::InfStepRange< T > step (T step)
 
CELER_CONSTEXPR_FUNCTION const_iterator begin () const
 
CELER_CONSTEXPR_FUNCTION const_iterator end () const
 
CELER_CONSTEXPR_FUNCTION bool empty () const
 

Detailed Description

template<class T>
class celeritas::Count< T >

Proxy container for an unbounded range with a given start value.


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