|
| template (typename Int)() const expr auto operator()(Int from |
|
| template (typename Int)() const expr auto operator()(Int from |
|
◆ const [1/2]
Int to ranges::views::slice_fn::const |
Initial value:{
return make_view_closure(
bind_back(slice_base_fn{}, from, to))
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994
◆ const [2/2]
detail::from_end_<Int> to ranges::views::slice_fn::const |
Initial value:{
return make_view_closure(
bind_back(slice_base_fn{}, from, to))
The documentation for this struct was generated from the following file: