MCPcopy Create free account
hub / github.com/boostorg/hana / X

Class X

example/type/make.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12struct X { };
13BOOST_HANA_CONSTANT_CHECK(hana::make<hana::type_tag>(X{}) == hana::type_c<X>);
14BOOST_HANA_CONSTANT_CHECK(hana::make<hana::type_tag>(hana::type_c<X>) == hana::type_c<X>);
15

Callers 1

highcharts.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected