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

Description:

A concept to identify types that string types can be implicitly cast to. In other words, types which are constructible from string types.

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

Definition at line 297 of file chartraits.inl.

Concept definition