Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the master branch. The current version is 1.89.0.
boost::dll::this_line_location
// In header: <boost/dll/runtime_symbol_info.hpp> boost::dll::fs::path this_line_location(std::error_code & ec);
On success returns full path and name of the binary object that holds the current line of code (the line in which the this_line_location() method was called).
Parameters: |
|
||
Throws: |
std::bad_alloc in case of insufficient memory. Overload that does not accept boost::dll::fs::error_code also throws boost::dll::fs::system_error. |