Struct deref_assign

Struct Documentation

struct deref_assign

Public Functions

VEG_TEMPLATE ((typename... Ts, typename... Us, usize... Is), requires(VEG_ALL_OF(VEG_CONCEPT(assignable< Ts &, Us const & >))), VEG_INLINE VEG_CPP14(constexpr) void operator(),(ts, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, RefMut< Ts >... >),(us, IndexedTuple< proxsuite::linalg::veg::meta::index_sequence< Is... >, Ref< Us >... >)) const VEG_NOEXCEPT_IF(VEG_ALL_OF(VEG_CONCEPT(nothrow_assignable< Ts &