KUMI
v5.0.0
Gorgeous Garnet
Loading...
Searching...
No Matches
◆
operator=()
template<typename... Ts>
template<typename... Us>
requires (
kumi::concepts::equivalent
<
record
,
record
<Us...>>)
record
&
kumi::record
< Ts >::operator=
(
record
< Us... > const &
other
)
inline
constexpr
Replaces the content of the record with the content of another record.
Parameters
other
kumi::record
to copy or move from
Returns
*this
Note
This function does not participate in overload resolution if the fields in each record do not match or if the types between two matching fields do not match.
kumi
record