Struct isFalse

Struct Documentation

struct isFalse

Check if given value casts to boolean false.

One Check struct that checks whether the given value casts to false or to true. T can be: boost::optional, boost::none, nix-entity and any basic type.

Public Functions

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