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

Method axis

include/boost/histogram/histogram.hpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 /// Get N-th axis (const version)
116 template <std::size_t N>
117 auto axis(mp11::mp_size_t<N>) const -> const detail::axis_at<N, axes_type>& {
118 detail::range_check<N>(axes_);
119 return detail::axis_get<N>(axes_);
120 }
121
122 /// Get N-th axis
123 template <std::size_t N>

Callers 15

test_initMethod · 0.80
test_fill_1dMethod · 0.80
test_fill_2dMethod · 0.80
test_add_2dMethod · 0.80
test_add_2d_wMethod · 0.80
testMethod · 0.80
test_reduce_toMethod · 0.80
test_pickle_0Method · 0.80
test_pickle_1Method · 0.80
pass_histogramFunction · 0.80

Calls

no outgoing calls

Tested by 14

test_initMethod · 0.64
test_fill_1dMethod · 0.64
test_fill_2dMethod · 0.64
test_add_2dMethod · 0.64
test_add_2d_wMethod · 0.64
testMethod · 0.64
test_reduce_toMethod · 0.64
test_pickle_0Method · 0.64
test_pickle_1Method · 0.64
pass_histogramFunction · 0.64