template<typename QualifiedFunctionArgumentType>
(!std::is_const_v<
std::remove_reference_t<QualifiedFunctionArgumentType>>)&&
(std::is_lvalue_reference_v<QualifiedFunctionArgumentType>))
a concept that must satisfy a function
Definition FunctionConcept.hxx:250
Definition FunctionConcept.hxx:246
Definition FunctionConcept.hxx:324