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

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


Detailed Description

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

Redefines the given type if both Range1 and Range2 are ranges, empty otherwise.


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