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

Method bin

include/boost/histogram/iterator.hpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 auto bin() const -> decltype(std::declval<Histogram&>().axis()[0]) {
43 return histogram_.axis()[idx()];
44 }
45
46 template <std::size_t I>
47 auto bin(mp11::mp_size_t<I>) const

Callers 3

run_testsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

axisMethod · 0.80

Tested by 2

run_testsFunction · 0.64
mainFunction · 0.64