Celeritas
0.5.0-56+6b053cd
|
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 |
Proxy container for an unbounded range with a given start value.