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

Method get_allocator

include/boost/histogram/axis/base.hpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 using allocator_type = Allocator;
79
80 allocator_type get_allocator() const { return label_.get_allocator(); }
81
82 /// Returns the axis label, which is a name or description.
83 boost::string_view label() const noexcept { return label_; }

Callers 6

reduce_toMethod · 0.45
make_sub_axesFunction · 0.45
variableMethod · 0.45
categoryMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected