MCPcopy Create free account
hub / github.com/boostorg/histogram / axis_visitor

Class axis_visitor

src/python/histogram.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114#endif
115
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 {
124 bp::object obj;

Callers 1

histogram_axisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected