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

Class lower_method

test/meta_test.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 {
60 struct no_methods {};
61 struct lower_method {
62 void lower(int) {}
63 };
64
65 BOOST_TEST_TRAIT_FALSE((has_method_lower<no_methods>));
66 BOOST_TEST_TRAIT_TRUE((has_method_lower<lower_method>));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected