VCCC  2024.05
VisualCamp Common C++ library
empty_view.hpp File Reference
#include <cstddef>
#include <type_traits>
#include "vccc/__core/inline_or_static.hpp"
#include "vccc/__ranges/enable_borrowed_range.hpp"
#include "vccc/__ranges/view_interface.hpp"

Go to the source code of this file.

Classes

class  empty_view< T >
 
struct  enable_borrowed_range< empty_view< T > >
 

Namespaces

 vccc
 
 vccc::ranges
 
 vccc::ranges::views
 

Variables

template<typename T >
constexpr VCCC_INLINE_OR_STATIC empty_view< T > empty {}