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