tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename C> | |
constexpr auto | full (C const &c) noexcept(noexcept(c.full())) -> decltype(c.full()) |
Returns whether the given container is full. | |
template<typename T, size_t N> | |
constexpr auto | full (T(&array)[N]) noexcept -> bool |