std::experimental::reflect::Base
Min standard notice:
Header: <experimental/reflect>
The Base concept is satisfied if and only if T reflects a direct base class, as returned by the template .
# Declarations
template< class T >
concept Base = Object<T> && /* see below */;
(reflection TS)
# Example
This section is incompleteReason: examples