tinympl  0.2
mini MPL library for C++11
tinympl::less< A, B > Class Template Reference

Determines whether A is less than B More...

#include <tinympl/less.hpp>

Inherits integral_constant< bool,(A::value< B::value)>.

Detailed Description

template<class A, class B>
class tinympl::less< A, B >

Determines whether A is less than B

Returns
less<A,B>::type is a std::integral_constant<bool,v> where v is A::value < B::value
Note
Users are allowed to specialize this metafunction for user-defined types

The documentation for this class was generated from the following file: