lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Checks if the given type is nullterminated-character-range-compatible. More...
#include <nullterminated.h>
Static Public Attributes | |
static const bool | value |
True, if the given type is compatible. |
Checks if the given type is nullterminated-character-range-compatible.
const bool lean::strings::is_nullterminated_compatible< Compatible, Char, Traits >::value [static] |
!is_derived< nullterminated_compatible<Compatible, Char, Traits>, nullterminated_incompatible>::value
True, if the given type is compatible.