std::experimental::reflect::SpecialMemberFunction
Min standard notice:
Header: <experimental/reflect>
The SpecialMemberFunction concept is satisfied if and only if T reflects a special member function.
# Declarations
template< class T >
concept SpecialMemberFunction = RecordMember<T> && /* see below */;
(reflection TS)
# Example
This section is incompleteReason: examples