VCCC  2024.05
VisualCamp Common C++ library
zip_transform_view< F, Views >::sentinel< Const > Class Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/zip_transform_view.hpp>

Public Member Functions

 sentinel ()=default
 
template<bool AntiConst, std::enable_if_t< conjunction< bool_constant<((Const !=AntiConst) &&Const)>, convertible_to< zentinel< false >, zentinel< Const >> >::value, int > = 0>
constexpr sentinel (sentinel< AntiConst > i)
 

Friends

class sentinel< false >
 
class zip_transform_view
 
template<bool OtherConst, std::enable_if_t< sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend bool operator== (const iterator< OtherConst > &x, const sentinel &y)
 
template<bool OtherConst, std::enable_if_t< sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend bool operator== (const sentinel &y, const iterator< OtherConst > &x)
 
template<bool OtherConst, std::enable_if_t< sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend bool operator!= (const iterator< OtherConst > &x, const sentinel &y)
 
template<bool OtherConst, std::enable_if_t< sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend bool operator!= (const sentinel &y, const iterator< OtherConst > &x)
 
template<bool OtherConst, std::enable_if_t< sized_sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend range_difference_t< maybe_const< OtherConst, InnerView > > operator- (const iterator< OtherConst > &x, const sentinel &y)
 
template<bool OtherConst, std::enable_if_t< sized_sentinel_for< zentinel< Const >, ziperator< OtherConst >>::value, int > = 0>
constexpr friend range_difference_t< maybe_const< OtherConst, InnerView > > operator- (const sentinel &y, const iterator< OtherConst > &x)
 

Constructor & Destructor Documentation

◆ sentinel() [1/2]

sentinel ( )
default

◆ sentinel() [2/2]

constexpr sentinel ( sentinel< AntiConst >  i)
inlineconstexpr

Friends And Related Function Documentation

◆ operator!= [1/2]

constexpr friend bool operator!= ( const iterator< OtherConst > &  x,
const sentinel< Const > &  y 
)
friend

◆ operator!= [2/2]

constexpr friend bool operator!= ( const sentinel< Const > &  y,
const iterator< OtherConst > &  x 
)
friend

◆ operator- [1/2]

constexpr friend range_difference_t<maybe_const<OtherConst, InnerView> > operator- ( const iterator< OtherConst > &  x,
const sentinel< Const > &  y 
)
friend

◆ operator- [2/2]

constexpr friend range_difference_t<maybe_const<OtherConst, InnerView> > operator- ( const sentinel< Const > &  y,
const iterator< OtherConst > &  x 
)
friend

◆ operator== [1/2]

constexpr friend bool operator== ( const iterator< OtherConst > &  x,
const sentinel< Const > &  y 
)
friend

◆ operator== [2/2]

constexpr friend bool operator== ( const sentinel< Const > &  y,
const iterator< OtherConst > &  x 
)
friend

◆ sentinel< false >

friend class sentinel< false >
friend

◆ zip_transform_view

friend class zip_transform_view
friend

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