MPL11
|
▼ boost | |
▼ mpl11 | |
► detail | |
► ext | |
► fwd | |
bitwise.hpp | Defines the Bitwise typeclass |
bool.hpp | Forwards to boost/mpl11/integer.hpp |
comparable.hpp | Defines the Comparable typeclass |
core.hpp | Defines the Core module |
enumerable.hpp | Defines the methods of the Enumerable typeclass |
field.hpp | Defines the Field typeclass |
foldable.hpp | Defines the methods of the Foldable typeclass |
functional.hpp | Defines the Functional module |
functor.hpp | Defines the fmap method of the Functor typeclass |
group.hpp | Defines the Group typeclass |
integer.hpp | Defines the Integer datatype |
integral_domain.hpp | Defines the Integral Domain typeclass |
iterable.hpp | Defines the Iterable typeclass |
list.hpp | Defines the List datatype |
logical.hpp | Defines the Logical module |
maybe.hpp | Defines the Maybe datatype |
monad.hpp | Defines the Monad typeclass |
monoid.hpp | Defines the Monoid typeclass |
orderable.hpp | Defines the Orderable typeclass |
rational.hpp | Defines the Rational datatype |
ring.hpp | Defines the Ring typeclass |
▼ test | |
▼ core | |
box.cpp | Contains unit tests for boost::mpl11::box |
cast.cpp | Contains unit tests for boost::mpl11::cast and boost::mpl11::cast_to |
datatype.cpp | Contains unit tests for boost::mpl11::datatype |
foreign.cpp | Contains unit tests for boost::mpl11::Foreign |
▼ detail | |
at_index.cpp | Contains unit tests for the various index-based lookup implementations |
at_key.cpp | Contains unit tests for the various key-based lookup implementations |
count_if.cpp | Contains unit tests for the count_if algorithm |
dependent.cpp | Contains unit tests for boost::mpl11::detail::dependent |
inherit.cpp | Contains unit tests for boost::mpl11::detail::inherit |
left_folds.cpp | Contains unit tests for the various left fold implementations |
logical_or.cpp | Contains unit tests for the various logical or implementations |
right_folds.cpp | Contains unit tests for the various right fold implementations |
std_conditional.cpp | Contains unit tests for boost::mpl11::detail::std_conditional |
std_index_sequence.cpp | Contains unit tests for boost::mpl11::detail::std_index_sequence |
std_is_same.cpp | Contains unit tests for boost::mpl11::detail::std_is_same |
▼ ext | |
std_tuple.cpp | Contains unit tests for std::tuple |
▼ functional | |
always.cpp | Contains unit tests for boost::mpl11::always |
apply.cpp | Contains unit tests for boost::mpl11::apply |
arg.cpp | Contains unit tests for boost::mpl11::arg |
argmap.cpp | Contains unit tests for boost::mpl11::argmap |
bind.cpp | Contains unit tests for boost::mpl11::bind |
compose.cpp | Contains unit tests for boost::mpl11::compose |
currying.cpp | Contains unit tests for curry-related metafunctions from Functional |
fix.cpp | Contains unit tests for boost::mpl11::fix |
flip.cpp | Contains unit tests for boost::mpl11::flip |
id.cpp | Contains unit tests for boost::mpl11::id |
infix.cpp | Contains unit tests for boost::mpl11::infix |
into.cpp | Contains unit tests for boost::mpl11::into |
lift.cpp | Contains unit tests for boost::mpl11::lift |
on.cpp | Contains unit tests for boost::mpl11::on |
partial.cpp | Contains unit tests for boost::mpl11::partial |
sections.cpp | Contains unit tests for boost::mpl11::rsect and boost::mpl11::lsect |
▼ list | |
list.cpp | Contains unit tests for List |
rules.cpp | Contains unit tests for rewrite rules of List |
▼ logical | |
and_or.cpp | Contains unit tests for boost::mpl11::and_ and boost::mpl11::or_ |
if.cpp | Contains unit tests for boost::mpl11::if_ and friends |
not.cpp | Contains unit tests for boost::mpl11::not_ |
▼ typeclass | |
bitwise.cpp | Contains unit tests for the Bitwise typeclass |
comparable.cpp | Contains unit tests for the Comparable typeclass |
enumerable.cpp | Contains unit tests for the Enumerable typeclass |
field.cpp | Contains unit tests for the Field typeclass |
foldable.cpp | Contains unit tests for the Foldable typeclass |
functor.cpp | Contains unit tests for the Functor typeclass |
group.cpp | Contains unit tests for the Group typeclass |
integral_domain.cpp | Contains unit tests for the Integral Domain typeclass |
iterable.cpp | Contains unit tests for the Iterable typeclass |
monad.cpp | Contains unit tests for the Monad typeclass |
monoid.cpp | Contains unit tests for the Monoid typeclass |
orderable.cpp | Contains unit tests for the Orderable typeclass |
ring.cpp | Contains unit tests for the Ring typeclass |
test_method_dispatch.hpp | Defines utilities to ease the testing of typeclass method dispatching |
check_finite_iterable.hpp | Defines the check_finite_iterable utility to ease unit testing of Iterable s |
integer.cpp | Contains unit tests for Integer |
master_header.cpp | Tests the inclusion of the master header of the library |
maybe.cpp | Contains unit tests for Maybe |
minified_master.cpp | Tests the inclusion of the minified version of the library |
minimal_iterable.hpp | Defines the minimal_iterable helper for unit tests |
minimal_orderable.hpp | Defines the minimal_orderable helper for unit tests |
static_assert.hpp | Defines the static_assert_ helper for unit tests |