std::experimental::reflect::Base

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