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

Class get_allocator_visitor

include/boost/histogram/axis/any.hpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140template <typename U>
141struct get_allocator_visitor : public boost::static_visitor<U> {
142 template <typename T>
143 U operator()(const T& t) const {
144 return t.get_allocator();
145 }
146};
147
148} // namespace detail
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected