VCCC  2024.05
VisualCamp Common C++ library
subtractable.hpp File Reference

Go to the source code of this file.

Classes

struct  is_explicitly_subtractable< T, U, typename >
 
struct  is_explicitly_subtractable< T, U, void_t< decltype(std::declval< T >() - std::declval< U >())> >
 
struct  is_subtractable_impl< T, bool >
 
struct  is_subtractable_impl< T, true >
 
struct  subtractable< T >
 

Namespaces

 vccc