Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
std::string histogram_repr(const pyhistogram& h) { return bh::detail::cat(h); }
337
338
double element_value(const pyhistogram::element_type& b) { return b.value(); }
339
Callers
nothing calls this directly
Calls
1
cat
Function · 0.85
Tested by
no test coverage detected