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

Method index

test/histogram_test.cpp:663–663  ·  view source on GitHub ↗

the customization point - accept const char* and convert to int - then call index method of base class

Source from the content-addressed store, hash-verified

661 // - accept const char* and convert to int
662 // - then call index method of base class
663 int index(value_type s) const { return integer::index(std::atoi(s)); }
664 };
665
666 auto h = make(Tag(), custom_axis(0, 3));

Callers 8

test_indexMethod · 0.45
test_log_transformMethod · 0.45
test_pow_transformMethod · 0.45
test_indexMethod · 0.45
test_indexMethod · 0.45
test_indexMethod · 0.45
run_testsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected