Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
561
using std::swap;
562
template <typename T>
563
struct nothrow {
564
static const bool value = noexcept(swap(std::declval<T&>(), std::declval<T&>()));
565
};
566
#else
567
template <typename T>
568
struct nothrow {
Callers
nothing calls this directly
Calls
2
noexcept
Function · 0.85
swap
Function · 0.70
Tested by
no test coverage detected