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

Redefines the given type if Range is a range, empty otherwise. More...

#include <range.h>

Inherits enable_if< is_range< Range >::value, Type >.


Detailed Description

template<class Range, class Type>
struct lean::strings::enable_if_range< Range, Type >

Redefines the given type if Range is a range, empty otherwise.


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