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

Function histogram_repr

src/python/histogram.cpp:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336std::string histogram_repr(const pyhistogram& h) { return bh::detail::cat(h); }
337
338double element_value(const pyhistogram::element_type& b) { return b.value(); }
339

Callers

nothing calls this directly

Calls 1

catFunction · 0.85

Tested by

no test coverage detected