lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
lean::strings::enable_if_not_range2< Range1, Range2, Type > Struct Template Reference

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 >.


Detailed Description

template<class Range1, class Range2, class Type>
struct lean::strings::enable_if_not_range2< Range1, Range2, Type >

Redefines the given type if either Range1 or Range2 is not a range, empty otherwise.


The documentation for this struct was generated from the following file: