MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / atomic_load_explicit

Function atomic_load_explicit

extern/boost/boost/smart_ptr/shared_ptr.hpp:1150–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150template<class T, class M> inline shared_ptr<T> atomic_load_explicit( shared_ptr<T> const * p, /*memory_order mo*/ M ) BOOST_SP_NOEXCEPT
1151{
1152 return atomic_load( p );
1153}
1154
1155template<class T> void atomic_store( shared_ptr<T> * p, shared_ptr<T> r ) BOOST_SP_NOEXCEPT
1156{

Callers

nothing calls this directly

Calls 1

atomic_loadFunction · 0.70

Tested by

no test coverage detected