770 B
770 B
[func.wrap.ref.general]
22 General utilities library [utilities]
22.10 Function objects [function.objects]
22.10.17 Polymorphic function wrappers [func.wrap]
22.10.17.6 Non-owning wrapper [func.wrap.ref]
22.10.17.6.1 General [func.wrap.ref.general]
The header provides partial specializations of function_ref for each combination of the possible replacements of the placeholders cv and noex where:
cv is either const or empty, and
noex is either true or false.