MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / nothrow

Class nothrow

libCacheSim/dataStructure/robin_hood.h:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561using std::swap;
562template <typename T>
563struct nothrow {
564 static const bool value = noexcept(swap(std::declval<T&>(), std::declval<T&>()));
565};
566#else
567template <typename T>
568struct nothrow {

Callers

nothing calls this directly

Calls 2

noexceptFunction · 0.85
swapFunction · 0.70

Tested by

no test coverage detected