VCCC  2024.05
VisualCamp Common C++ library
empty_view< T > Class Template Reference

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

+ Inheritance diagram for empty_view< T >:

Static Public Member Functions

static constexpr T * begin () noexcept
 
static constexpr T * end () noexcept
 
static constexpr T * data () noexcept
 
static constexpr std::size_t size () noexcept
 
static constexpr bool empty () noexcept
 

Additional Inherited Members

- Public Types inherited from view_interface< empty_view< T > >
using $vccc_derived = empty_view< T >
 
- Public Member Functions inherited from view_interface< empty_view< T > >
constexpr bool empty ()
 
constexpr bool empty ()
 
constexpr bool empty () const
 
constexpr bool empty () const
 
constexpr auto cbegin ()
 
constexpr auto cbegin () const
 
constexpr auto cend ()
 
constexpr auto cend () const
 
constexpr operator bool ()
 
constexpr operator bool () const
 
constexpr auto data ()
 
constexpr auto data () const
 
constexpr auto size ()
 
constexpr auto size () const
 
constexpr decltype(auto) front ()
 
constexpr decltype(auto) front () const
 
constexpr decltype(auto) back ()
 
constexpr decltype(auto) back () const
 
constexpr decltype(auto) operator[] (range_difference_t< R > n)
 
constexpr decltype(auto) operator[] (range_difference_t< R > n) const
 

Member Function Documentation

◆ begin()

static constexpr T* begin ( )
inlinestaticconstexprnoexcept

◆ data()

static constexpr T* data ( )
inlinestaticconstexprnoexcept

◆ empty()

static constexpr bool empty ( )
inlinestaticconstexprnoexcept

◆ end()

static constexpr T* end ( )
inlinestaticconstexprnoexcept

◆ size()

static constexpr std::size_t size ( )
inlinestaticconstexprnoexcept

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