std::experimental::source_location::line (3) - Linux Manuals
std::experimental::source_location::line: std::experimental::source_location::line
NAME
std::experimental::source_location::line - std::experimental::source_location::line
Synopsis
constexpr std::uint_least32_t line() const noexcept; (library fundamentals TS v2)
Returns the line number represented by this object.
Parameters
(none)
Return value
The line number represented by this object.
Example
This section is incomplete
Reason: no example
See also
column (public member function)
file_name (public member function)
function_name (public member function)