#include <proxsuite/linalg/veg/tuple.hpp>
|
| | VEG_TEMPLATE ((typename Fn, typename... Ts, usize... Is), requires(VEG_ALL_OF(VEG_CONCEPT(fn_mut< Fn, void, Ts && >))), VEG_INLINE VEG_CPP14(constexpr) void operator(),(args, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, Ts... > &&),(fn, Fn)) const VEG_NOEXCEPT_IF(VEG_ALL_OF(VEG_CONCEPT(nothrow_fn_mut< Fn |
| |
Definition at line 229 of file tuple.hpp.
◆ VEG_TEMPLATE()
| proxsuite::linalg::veg::tuple::nb::for_each::VEG_TEMPLATE |
( |
(typename Fn, typename... Ts, usize... Is) | , |
|
|
requires(VEG_ALL_OF(VEG_CONCEPT(fn_mut< Fn, void, Ts && >))) | , |
|
|
VEG_INLINE | VEG_CPP14constexpr) void operator(, |
|
|
(args, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, Ts... > &&) | , |
|
|
(fn, Fn) | ) const |
◆ void
| proxsuite::linalg::veg::tuple::nb::for_each::void |
The documentation for this struct was generated from the following file: