MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / SFINAE

Class SFINAE

napi-inl.h:496–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 private:
495 template <typename U, void (U::*)(Napi::Env)>
496 struct SFINAE {};
497 template <typename U>
498 static char test(SFINAE<U, &U::Finalize>*);
499 template <typename U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected