Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ nothrow
Class
nothrow
test-app/runtime/src/main/cpp/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
1
swap
Function · 0.70
Tested by
no test coverage detected