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

Class SFINAE

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

Source from the content-addressed store, hash-verified

508 private:
509 template <typename U, void (U::*)(Napi::BasicEnv)>
510 struct SFINAE {};
511 template <typename U>
512 static char test(SFINAE<U, &U::Finalize>*);
513 template <typename U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected