MCPcopy Create free account
hub / github.com/pybind/pybind11 / platform_lookup

Function platform_lookup

include/pybind11/numpy.h:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196template <typename Concrete>
197constexpr int platform_lookup() {
198 return -1;
199}
200
201// Lookup a type according to its size, and return a value corresponding to the NumPy typenum.
202template <typename Concrete, typename T, typename... Ts, typename... Ints>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected