ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::characters::IsZTArray Concept Reference

Description:

Concept which is satisfied for given template type T in case a specialization of the type trait ZTArrayTraits<T, TChar> exists.

See also
Template Parameters
TThe custom type to test for being or incorporating a zero-terminated character array.
TCharThe character type of the array to test for.

Definition at line 228 of file chartraits.hpp.

#include <chartraits.hpp>

Concept definition