コード例 #1
0
inline
std::string
to_string( original_exception_type const & x )
{
    return x.value()->name();
}
コード例 #2
0
ファイル: exception_ptr.hpp プロジェクト: ASMlover/study
 inline
 std::string
 to_string( original_exception_type const & x )
     {
     return core::demangle(x.value()->name());
     }