.TH "std::ranges::empty_view< _Tp >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ranges::empty_view< _Tp > \- A view that contains no elements\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::ranges::view_interface< empty_view< _Tp > >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr decltype(auto) \fBback\fP ()" .br .ti -1c .RI "constexpr decltype(auto) \fBback\fP () const" .br .ti -1c .RI "constexpr auto \fBdata\fP () const noexcept(noexcept(ranges::begin(_M_derived())))" .br .ti -1c .RI "constexpr bool \fBempty\fP () const noexcept(noexcept(_S_empty(_M_derived())))" .br .ti -1c .RI "constexpr decltype(auto) \fBfront\fP ()" .br .ti -1c .RI "constexpr decltype(auto) \fBfront\fP () const" .br .ti -1c .RI "constexpr \fBoperator bool\fP () const noexcept(noexcept(ranges::empty(_M_derived())))" .br .ti -1c .RI "constexpr \fBoperator bool\fP () noexcept(noexcept(ranges::empty(_M_derived())))" .br .ti -1c .RI "constexpr decltype(auto) \fBoperator[]\fP (range_difference_t< _Range > __n)" .br .ti -1c .RI "constexpr decltype(auto) \fBoperator[]\fP (range_difference_t< _Range > __n) const" .br .ti -1c .RI "constexpr auto \fBsize\fP () const noexcept(noexcept(_S_size(_M_derived())))" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static constexpr _Tp * \fBbegin\fP () noexcept" .br .ti -1c .RI "static constexpr _Tp * \fBdata\fP () noexcept" .br .ti -1c .RI "static constexpr bool \fBempty\fP () noexcept" .br .ti -1c .RI "static constexpr _Tp * \fBend\fP () noexcept" .br .ti -1c .RI "static constexpr size_t \fBsize\fP () noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template .br requires is_object_v<_Tp> .br class std::ranges::empty_view< _Tp >"A view that contains no elements\&. .PP Definition at line \fB74\fP of file \fBranges\fP\&. .SH "Member Function Documentation" .PP .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::back ()\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB158\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::back () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB166\fP of file \fBranges_util\&.h\fP\&. .SS "template static constexpr _Tp * \fBstd::ranges::empty_view\fP< _Tp >::begin ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB78\fP of file \fBranges\fP\&. .SS "constexpr auto \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::data () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB125\fP of file \fBranges_util\&.h\fP\&. .SS "template static constexpr _Tp * \fBstd::ranges::empty_view\fP< _Tp >::data ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB80\fP of file \fBranges\fP\&. .SS "constexpr bool \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::empty () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB104\fP of file \fBranges_util\&.h\fP\&. .SS "template static constexpr bool \fBstd::ranges::empty_view\fP< _Tp >::empty ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB82\fP of file \fBranges\fP\&. .SS "template static constexpr _Tp * \fBstd::ranges::empty_view\fP< _Tp >::end ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB79\fP of file \fBranges\fP\&. .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::front ()\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB144\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::front () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB151\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::operator bool () const\fC [inline]\fP, \fC [explicit]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB115\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::operator bool ()\fC [inline]\fP, \fC [explicit]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB110\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::operator[] (range_difference_t< _Range > __n)\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB176\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr decltype(auto) \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::operator[] (range_difference_t< _Range > __n) const\fC [inline]\fP, \fC [constexpr]\fP, \fC [inherited]\fP" .PP Definition at line \fB181\fP of file \fBranges_util\&.h\fP\&. .SS "constexpr auto \fBstd::ranges::view_interface\fP< \fBempty_view\fP< _Tp > >::size () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB137\fP of file \fBranges_util\&.h\fP\&. .SS "template static constexpr size_t \fBstd::ranges::empty_view\fP< _Tp >::size ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB81\fP of file \fBranges\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.