![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Inheritance diagram for filter_view< V, Pred >:Classes | |
| class | iterator |
| class | sentinel |
Public Member Functions | |
| filter_view ()=default | |
| constexpr | filter_view (V base, Pred pred) |
| template<typename V2 = V, std::enable_if_t< copy_constructible< V2 >::value, int > = 0> | |
| constexpr V | base () const & |
| constexpr V | base () const && |
| constexpr const Pred & | pred () const |
| constexpr iterator | begin () |
| constexpr auto | end () |
Public Member Functions inherited from view_interface< filter_view< V, Pred > > | |
| 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 |
Friends | |
| class | iterator |
Additional Inherited Members | |
Public Types inherited from view_interface< filter_view< V, Pred > > | |
| using | $vccc_derived = filter_view< V, Pred > |
|
default |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |