◐ Shell
clean mode source ↗

std::experimental::reflect::GlobalScope - cppreference.com

From cppreference.com

template< class T >
concept GlobalScope = Namespace<T> && /* see below */;
(reflection TS)

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

Example

See also