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

Class copy

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

Source from the content-addressed store, hash-verified

257//////////////////////////////////////////////////////////////////////////////
258template <typename Sequence>
259struct copy {
260 using type = decltype(hana::to_tuple(Sequence{}));
261};
262
263template <typename Sequence, typename Pred>
264struct copy_if {

Callers 1

applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected