22 Aug
2014
22 Aug
'14
4:29 p.m.
Boost.LexicalCast has a trait boost::detail::is_character<T>, that evaluates to true if T is char, char16_t, wchar_t, unsigned char or any other character type.
If this trait looks useful, I can move it to TypeTraits library, add docs and tests.
Is there any interest in such trait?
I can't currently think of a pressing use for it, but I have no objection in moving it to type_traits. John.