Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ set
Function
set
extern/boost/boost/exception/info.hpp:74–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void
75
set( shared_ptr<error_info_base> const & x, type_info_ const & typeid_ )
76
{
77
BOOST_ASSERT(x);
78
info_[typeid_] = x;
79
diagnostic_info_str_.clear();
80
}
81
82
shared_ptr<error_info_base>
83
get( type_info_ const & ti ) const
Callers
1
operator=
Method · 0.50
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected