VCCC  2024.05
VisualCamp Common C++ library
const_sentinel_t.hpp File Reference
#include <type_traits>
#include "vccc/__ranges/cend.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__type_traits/void_t.hpp"

Go to the source code of this file.

Classes

struct  const_sentinel< R >
 

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename R >
using const_sentinel_t = typename const_sentinel< R >::type