MCPcopy 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_allMethod · 0.85
try_handle_someFunction · 0.85
try_catch_Function · 0.85
try_handle_allFunction · 0.85
type try_handle_someMethod · 0.85

Calls 1

unloadMethod · 0.45

Tested by

no test coverage detected