MCPcopy Create free account
hub / github.com/boostorg/histogram / operator()

Method operator()

src/python/histogram.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 struct data_visitor {
70 template <typename T, typename Buffer>
71 bp::object operator()(T* tp, const Buffer&, const bp::list&, const bp::list&) const {
72 return bp::make_tuple(reinterpret_cast<uintptr_t>(tp), true);
73 }
74 template <typename Buffer>
75 bp::object operator()(void*, const Buffer&, const bp::list& shapes,
76 const bp::list&) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected