kumi
v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
◆
operator=()
template<typename... Ts>
template<typename... Us>
record
&
kumi::record
< Ts >::operator=
(
record
< Us... > const &
other
)
inline
constexpr
Replaces the contents of the record with the contents of another record.
Parameters
other
kumi::record
to copy or move from
Returns
*this
kumi
record