1#ifndef _RHEO_VEC_RANGE_H
2#define _RHEO_VEC_RANGE_H
27# include "rheolef/vec.h"
31template <
class T,
class M = rheo_default_memory_model>
58 friend class vec<
T,
M>;
64template <
class T,
class M = rheo_default_memory_model>
89 friend class vec<
T,
M>;
vec< T, M >::difference_type difference_type
const_iterator begin() const
vec< T, M >::size_type size_type
vec_range_const(const vec_range_const< T, M > &ur)
vec_range_const(const vec< T, M > &u, const range_type &r)
vec< T, M >::const_iterator const_iterator
const_iterator end() const
vec_range_const(const vec_range< T, M > &ur)
vec< T, M >::difference_type difference_type
const_iterator begin() const
vec< T, M >::size_type size_type
vec< T, M >::iterator iterator
vec< T, M >::const_iterator const_iterator
const_iterator end() const
vec_range(const vec< T, M > &u, const range_type &r)
vec_range(const vec_range_const< T, M > &ur)
see the vec page for the full documentation
base::size_type size_type
base::const_iterator const_iterator
std::ptrdiff_t difference_type
This file is part of Rheolef.
see the range page for the full documentation