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

Method operator()

src/python/histogram.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116struct axis_visitor : public boost::static_visitor<bp::object> {
117 template <typename T>
118 bp::object operator()(const T& t) const {
119 return bp::object(t);
120 }
121};
122
123struct axes_appender {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected