VCCC  2024.05
VisualCamp Common C++ library
join_with_view< V, Pattern >::sentinel< Const > Class Template Reference

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

Public Member Functions

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

Friends

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

Constructor & Destructor Documentation

◆ sentinel() [1/2]

sentinel ( )
default

◆ sentinel() [2/2]

constexpr sentinel ( sentinel< AntiConst >  i)
inlineconstexpr

Friends And Related Function Documentation

◆ join_with_view

friend class join_with_view
friend

◆ operator!= [1/2]

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

◆ operator!= [2/2]

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

◆ operator== [1/2]

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

◆ operator== [2/2]

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

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