Policy class for containers valid if their empty() member function return false. More...
#include <eagine/valid_if/not_empty.hpp>
Public Member Functions | |
constexpr auto | operator() (const T &range) const noexcept |
Indicates value validity, true if !range.empty(). | |
Policy class for containers valid if their empty() member function return false.