KUMI
v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
◆
operator=()
template<typename... Ts>
template<typename... Us>
tuple
&
kumi::tuple
< Ts >::operator=
(
tuple
< Us... > const &
other
)
inline
constexpr
Replaces the contents of the tuple with the contents of another tuple.
Parameters
other
kumi::tuple
to copy or move from
Returns
*this
Note
This function does not participate in overload resolution if the members from the source tuple cannot be converted to the members of the current tuple.
kumi
tuple