lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Redefines the given type if both Range1 and Range2 are ranges, empty otherwise. More...
#include <range.h>
Inherits enable_if< is_range< Range1 >::value &&is_range< Range2 >::value, Type >.
Redefines the given type if both Range1 and Range2 are ranges, empty otherwise.