MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __not_null

Function __not_null

system/lib/libcxx/include/__functional/function.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97template <class _Fp>
98_LIBCPP_HIDE_FROM_ABI bool __not_null(_Fp const&) {
99 return true;
100}
101
102template <class _Fp>
103_LIBCPP_HIDE_FROM_ABI bool __not_null(_Fp* __ptr) {

Callers 1

__policy_Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected