std::experimental::reflect::Variable

Header: <experimental/reflect>

The Variable concept is satisfied if and only if T reflects a variable or data member.

# Declarations

template< class T >
concept Variable = Typed<T> && /* see below */;

(reflection TS)

# Example

This section is incompleteReason: examples