TRIQS/itertools 1.3.0
C++ range library
Loading...
Searching...
No Matches
itertools::sentinel_t< Iter >

#include <itertools/sentinel.hpp>

Detailed Description

template<typename Iter>
struct itertools::sentinel_t< Iter >

Generic sentinel type that can be used to mark the end of a range.

Template Parameters
IterIterator type.

Definition at line 38 of file sentinel.hpp.

Public Attributes

Iter it
 End iterator of some range.
 

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