Loading [MathJax]/extensions/tex2jax.js
kumi v3.1.0
Exquisite Epidote
 
All Classes Namespaces Functions Variables Friends Modules Pages Concepts
Loading...
Searching...
No Matches

◆ operator=()

template<typename... Ts>
template<typename... Us>
requires (_::piecewise_convertible<tuple, tuple<Us...>>)
constexpr tuple & kumi::tuple< Ts >::operator= ( tuple< Us... > const other)
inlineconstexpr

Replaces the contents of the tuple with the contents of another tuple.

Parameters
otherkumi::tuple to copy or move from
Returns
*this