std::experimental::source_location::function_name (3) - Linux Manuals
std::experimental::source_location::function_name: std::experimental::source_location::function_name
NAME
std::experimental::source_location::function_name - std::experimental::source_location::function_name
Synopsis
constexpr const char* function_name() const noexcept; (library fundamentals TS v2)
Returns the name of the function associated with the position represented by this object, if any.
Parameters
(none)
Return value
If this object represents a position in a body of a function, returns an implementation-defined null-terminated byte string corresponding to the name of the function.
Otherwise, an empty string is returned.
Example
This section is incomplete
Reason: no example
See also
line (public member function)
column (public member function)
file_name (public member function)