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

◆ operator=()

template<str ID>
template<typename T>
field< tag_type, std::unwrap_ref_decay_t< T > > kumi::name< ID >::operator= ( T && v) const
inlineconstexprnoexcept

Assignment of a value to a identifier.

Bind a value to current name and returns an instance of a kumi::field.

Parameters
vBound value
Returns
A kumi::field binding the identifier to v.