OpenKalman
Public Member Functions | Friends | List of all members
OpenKalman::ranges::transform_view< V, F >::sentinel< Const > Struct Template Reference

Public Member Functions

constexpr sentinel (ranges::sentinel_t< Base > end)
 
constexpr const ranges::sentinel_t< Base > & base () const
 

Friends

constexpr bool operator== (const iterator< Const > &x, const sentinel< Const > &y)
 
constexpr bool operator== (const sentinel< Const > &y, const iterator< Const > &x)
 
constexpr bool operator!= (const iterator< Const > &x, const sentinel< Const > &y)
 
constexpr bool operator!= (const sentinel< Const > &y, const iterator< Const > &x)
 
template<bool Enable = true>
constexpr difference_type operator- (const iterator< Const > &x, const sentinel &y)
 
template<bool Enable = true>
constexpr difference_type operator- (const sentinel &y, const iterator< Const > &x)
 

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