Searched refs:hist_t (Results 1 – 2 of 2) sorted by relevance
28 using hist_t = boost::histogram::histogram<axes_t>; typedef29 hist_t hist_;41 using hist_t = boost::histogram::histogram<axes_t>; typedef42 hist_t hist_;
28 struct hist_t : base_t { in main() struct32 auto h = make_histogram_with(dense_storage<hist_t>(), axis::integer<>(1, 4)); in main()