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

Function element_len

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

Source from the content-addressed store, hash-verified

345}
346
347int element_len(const pyhistogram::element_type&) { return 2; }
348
349std::string element_repr(const pyhistogram::element_type& e) {
350 return bh::detail::cat("histogram.element(", e.value(), ", ", e.variance(), ")");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected