Struct isEmpty

Struct Documentation

struct isEmpty

Check if given class/struct returns “empty() == true”.

One Check struct that checks whether the given value is empty or not. T can be: any STL container.

Public Functions

template<typename T>
inline bool operator()(const T &val) const