tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename Type> | |
constexpr auto | max (Type const &a, Type const &b) noexcept -> Type const & |
Returns the greater of a and b. | |
template<typename Type, typename Compare> | |
constexpr auto | max (Type const &a, Type const &b, Compare comp) noexcept -> Type const & |
Returns the greater of a and b, using a compare function. | |