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

Class array_storage

include/boost/histogram/histogram_fwd.hpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52class adaptive_storage;
53template <typename T, typename Allocator = std::allocator<T>>
54class array_storage;
55
56template <class Axes = std::vector<axis::any_std>, class Storage = adaptive_storage<>>
57class histogram;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected