boost::type_erasure::negatable
// In header: <boost/type_erasure/operators.hpp> template<typename T = _self, typename R> struct negatable { // public static functions (); };
The negatable concept allow use of the unary minus operator on an any.
negatable
();