ImplementsInterface

ImplementsInterface struct

Template predicate that checks if boxed object should implement given interface by itself.

template<typename T,typename InterfaceT>class ImplementsInterface : public std::false_type

See Also