|
|
template<typename F , typename Size , std::enable_if_t< values::index< Size > and std::is_invocable_v< F, std::size_t > and std::is_invocable_v< F, std::integral_constant< std::size_t, 0 >>, int > = 0> |
| constexpr auto | operator() (F &&f, Size s) const |
| | Create a generate_view.
|
| |
|
template<typename F , std::enable_if_t< std::is_invocable_v< F, std::size_t > and std::is_invocable_v< F, std::integral_constant< std::size_t, 0 >>, int > = 0> |
| constexpr auto | operator() (F &&f) const |
| | Create an unsized generate_view.
|
| |
The documentation for this struct was generated from the following file: