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

Description:

A concept to identify types which can be used to implicitly construct zero-terminated strings.

See also
Traits class ZTArrayTraits which may be specialized for custom types to satisfy this concept - with the aim to make type T compatible (exchangeable) with zero-terminated string types.
Template Parameters
TThe type to be tested (with const and volatile removed).
TCharThe character type of the string type.

Definition at line 316 of file chartraits.hpp.

#include <chartraits.hpp>

Concept definition