#include <proxsuite/linalg/veg/tuple.hpp>
|
| VEG_TEMPLATE ((typename Fn, typename... Ts, usize... Is), requires(VEG_CONCEPT(fn_once< Fn, proxsuite::linalg::veg::meta::invoke_result_t< Fn, Ts &&... >, Ts &&... >)), VEG_INLINE constexpr auto operator(),(args, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, Ts... > &&),(fn, Fn)) const VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_fn_once< Fn |
|
Definition at line 185 of file tuple.hpp.
◆ VEG_TEMPLATE()
proxsuite::linalg::veg::tuple::nb::unpack::VEG_TEMPLATE |
( |
(typename Fn, typename... Ts, usize... Is) | , |
|
|
requires(VEG_CONCEPT( fn_once< Fn, proxsuite::linalg::veg::meta::invoke_result_t< Fn, Ts &&... >, Ts &&... >)) | , |
|
|
VEG_INLINE constexpr auto | operator(), |
|
|
(args, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, Ts... > &&) | , |
|
|
(fn, Fn) | ) const |
The documentation for this struct was generated from the following file: