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

Class first

example/tutorial/appendix_mpl.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template <typename P>
75struct first : decltype(+hana::first(P{})) { };
76
77template <typename P>
78struct second : decltype(+hana::second(P{})) { };

Callers 15

mainFunction · 0.85
first.cppFile · 0.85
mainFunction · 0.85
processFunction · 0.85
switch_Function · 0.85
partitionClass · 0.85
make.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
pair.cppFile · 0.85
make.cppFile · 0.85
product.cppFile · 0.85

Calls

no outgoing calls

Tested by 5

mainFunction · 0.68
TestComparableMethod · 0.68
TestFoldableMethod · 0.68
TestOrderableMethod · 0.68
TestProductMethod · 0.68