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

Method for_each_axis

include/boost/histogram/histogram.hpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 /// Apply unary functor/function to each axis
150 template <typename Unary>
151 void for_each_axis(Unary&& unary) const {
152 detail::for_each_axis(axes_, std::forward<Unary>(unary));
153 }
154
155 /// Fill histogram with a value tuple
156 template <typename... Ts>

Callers 2

setMethod · 0.80

Calls 1

for_each_axisFunction · 0.85

Tested by

no test coverage detected