preCICE v3.1.2
|
The RangePreview object used as a lazy proxy struct for proviewing the content of a Range. More...
#include <algorithm.hpp>
Public Types | |
using | Size = typename std::iterator_traits<InputIter>::difference_type |
Public Member Functions | |
RangePreview (Size n, InputIter begin, InputIter end) | |
void | print (std::ostream &out) const |
Public Attributes | |
Size | n |
InputIter | begin |
InputIter | end |
The RangePreview object used as a lazy proxy struct for proviewing the content of a Range.
Definition at line 119 of file algorithm.hpp.
using precice::utils::RangePreview< InputIter >::Size = typename std::iterator_traits<InputIter>::difference_type |
Definition at line 120 of file algorithm.hpp.
|
inline |
Definition at line 125 of file algorithm.hpp.
|
inline |
InputIter precice::utils::RangePreview< InputIter >::begin |
Definition at line 122 of file algorithm.hpp.
InputIter precice::utils::RangePreview< InputIter >::end |
Definition at line 123 of file algorithm.hpp.
Size precice::utils::RangePreview< InputIter >::n |
Definition at line 121 of file algorithm.hpp.