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