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