lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Redefines the given type if either Range1 or Range2 is not a range, empty otherwise. More...
#include <range.h>
Inherits enable_if<!is_range< Range1 >::value||!is_range< Range2 >::value, Type >.
Redefines the given type if either Range1 or Range2 is not a range, empty otherwise.