|
Horizon
|
Public Member Functions | |
| constexpr | cartesian_product_view (Views... views) |
| template (typename...)() static const expr std | |
| CPP_auto_member auto CPP_fun | size ()() |
| Public Member Functions inherited from ranges::view_facade< cartesian_product_view< Views... >, detail::cartesian_product_cardinality< Views... >::value > | |
| template (typename D=cartesian_product_view< Views... >)() const expr auto begin() -> detail::facade_iterator_t< D > | |
| Let d be static_cast<Derived &>(*this). | |
| Public Member Functions inherited from ranges::view_interface< cartesian_product_view< Views... >, Cardinality > | |
| view_interface & | operator= (view_interface &&)=default |
| CPP_member constexpr auto | empty () const noexcept -> CPP_ret(bool)() |
| Test whether a range can be empty: | |
Additional Inherited Members | |
| Protected Types inherited from ranges::view_interface< cartesian_product_view< Views... >, Cardinality > | |
| using | D |
| Protected Member Functions inherited from ranges::view_facade< cartesian_product_view< Views... >, detail::cartesian_product_cardinality< Views... >::value > | |
| constexpr view_as_cursor | begin_cursor () const |
| constexpr default_sentinel_t | end_cursor () const |
| Protected Member Functions inherited from ranges::view_interface< cartesian_product_view< Views... >, Cardinality > | |
| constexpr cartesian_product_view< Views... > & | derived () noexcept |
| Protected Attributes inherited from ranges::view_facade< cartesian_product_view< Views... >, detail::cartesian_product_cardinality< Views... >::value > | |
| friend | range_access |