MCPcopy Create free account
hub / github.com/pybind/pybind11 / custom_transform_double

Function custom_transform_double

tests/test_callbacks.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace boost_histogram { // See PR #5580
19
20double custom_transform_double(double value) { return value * 3; }
21int custom_transform_int(int value) { return value; }
22
23// Originally derived from

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected