std::experimental::reflect::get_source_column

Header: <experimental/reflect>

Provides the member constant value equal to the implementation-defined value representing some offset from the start of the line of the declaration of the entity or typedef-name reflected by T.

# Declarations

template< Object T >
struct get_source_column;

(reflection TS)

# Example

This section is incompleteReason: examples

# See also