ALib C++ Library
Library Version: 2510 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 231 of file chartraits.inl.

Concept definition