Policy class for containers valid if their size is larger than specified number. More...
#include <eagine/valid_if/size_gt.hpp>
Public Member Functions | |
auto | operator() (const C &c, T s) const |
Indicates value validity, true if c.size() > s. | |
Policy class for containers valid if their size is larger than specified number.