Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ unload_result
Function
unload_result
include/boost/leaf/handle_errors.hpp:500–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
{
499
template <class T>
500
void unload_result( result<T> * r )
501
{
502
(void) r->unload();
503
}
504
505
inline void unload_result( void * )
506
{
Callers
5
type try_handle_all
Method · 0.85
try_handle_some
Function · 0.85
try_catch_
Function · 0.85
try_handle_all
Function · 0.85
type try_handle_some
Method · 0.85
Calls
1
unload
Method · 0.45
Tested by
no test coverage detected