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

Class at

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

Source from the content-addressed store, hash-verified

111//////////////////////////////////////////////////////////////////////////////
112template <typename Sequence, typename N>
113struct at
114 : decltype(hana::at(Sequence{}, N{}))
115{ };
116
117template <typename Sequence, long n>
118using at_c = at<Sequence, long_<n>>;

Callers 15

at.cppFile · 0.85
from_jsonFunction · 0.85
mainFunction · 0.85
applyMethod · 0.85
applyMethod · 0.85
atMethod · 0.85
mainFunction · 0.85
at.hppFile · 0.85
TestIterableMethod · 0.85
applyMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIterableMethod · 0.68