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

◆ operator=()

template<str ID>
template<typename T >
constexpr field_capture< ID, std::unwrap_ref_decay_t< T > > kumi::field_name< ID >::operator= ( v) const
inlineconstexpr

Builds a field_capture from the given value.

Template Parameters
TThe type to wrap.
Parameters
vThe value to capture.
Returns
A kumi::field_capture containing the value.