Home
last modified time | relevance | path

Searched defs:TestMonoid (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hana/test/_include/laws/
Dmonoid.hpp21 struct TestMonoid : TestMonoid<M, laws> { struct
26 struct TestMonoid<M, laws> { struct
28 TestMonoid(Xs xs) { in TestMonoid() argument
65 struct TestMonoid<C, when<Constant<C>::value>> struct
69 TestMonoid(Xs xs) : TestMonoid<C, laws>{xs} { in TestMonoid() argument
76 foreach2(xs, [](auto x, auto y) { in __anon1ec3099b0402()