boost::execution_exception::location — Simple model for the location of failure in a source code.
Synopsis
// In header: <boost/test/execution_monitor.hpp>
// Simple model for the location of failure in a source code.structlocation{// construct/copy/destructexplicitlocation(charconst*=0,size_t=0,charconst*=0);// public data membersconst_stringm_file_name;// File name. size_tm_line_num;// Line number. const_stringm_function;// Function name. };