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

Function to_string

include/boost/histogram/axis/ostream_operators.hpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace detail {
22inline string_view to_string(const transform::identity&) { return {}; }
23inline string_view to_string(const transform::log&) { return {"_log", 4}; }
24inline string_view to_string(const transform::sqrt&) { return {"_sqrt", 5}; }
25

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected