Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
struct 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
123
struct axes_appender {
124
bp::object obj;
Callers
1
histogram_axis
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected