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

Function make

test/utility.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <typename... Axes>
67auto make(static_tag, Axes&&... axes)
68 -> decltype(make_static_histogram(std::forward<Axes>(axes)...)) {
69 return make_static_histogram(std::forward<Axes>(axes)...);
70}
71
72template <typename S, typename... Axes>
73auto make_s(static_tag, S&& s, Axes&&... axes)

Callers 2

run_testsFunction · 0.85
run_testsFunction · 0.85

Calls 1

make_static_histogramFunction · 0.85

Tested by 2

run_testsFunction · 0.68
run_testsFunction · 0.68