MCPcopy Create free account
hub / github.com/nodejs/nan / MaybeFactoryBase

Class MaybeFactoryBase

nan_new.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42template <typename T> struct MaybeFactoryBase {
43 typedef MaybeLocal<T> return_t;
44};
45
46template <typename T> struct Factory;
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected