template<hash_type hash_, typename Type_>
named_param struct
named_
Public types
- using Type = Type_
Public static variables
- static hash_type hash constexpr
Constructors, destructors, conversion operators
- named_param() defaulted
-
template<typename OtherType>named_param(const OtherType& param_)
Public functions
-
template<typename OtherType>auto operator=(const OtherType& param_) -> named_
param&
Public variables
- Type param
- Parameter associated to the given hash.