Macro std::line

macro line() { ... }

Returns the line 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.