KUMI v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches

◆ operator=()

template<typename... Ts>
template<typename... Us>
requires (concepts::equivalent<record, record<Us...>>)
record & kumi::record< Ts >::operator= ( record< Us... > const & other)
inlineconstexpr

Replaces the content of the record with the content of another record.

Parameters
otherkumi::record to copy or move from
Returns
*this
Note
This function does not participate in overload resolutions if the fields in each record does not match or if the types between two matching fields do not match.