Macro std::column

macro column() { ... }

Returns the column in the source code at which the macro was invoked.

If used within a macro, this will return the line of the outermost macro invocation.