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

Class unique

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

Source from the content-addressed store, hash-verified

323
324template <typename Sequence, typename Pred>
325struct unique {
326 using type = decltype(hana::unique(
327 hana::to_tuple(Sequence{}),
328 detail::mpl_predicate<Pred>
329 ));
330};
331
332template <typename Sequence, typename Pred>
333struct partition {

Callers 4

unique.cppFile · 0.85
mainFunction · 0.85
unique.hppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected