std::experimental::reflect::GlobalScope

Header: <experimental/reflect>

The GlobalScope concept is satisfied if and only if T reflects the global namespace (Note: Any such T does not satisfy ScopeMember).

# Declarations

template< class T >
concept GlobalScope = Namespace<T> && /* see below */;

(reflection TS)

# Example

This section is incompleteReason: examples