![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#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 |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |