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

Method axes_appender

src/python/histogram.cpp:127–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 pyhistogram::axes_type& axes;
126 bool& success;
127 axes_appender(bp::object o, pyhistogram::axes_type& a, bool& s)
128 : obj(o), axes(a), success(s) {}
129 template <typename A>
130 void operator()(const A&) const {
131 if (success) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected