List Question
18 TechQA 2016-12-21T08:09:13.553000How one can safely serialize std::basic_istream<char>::pos_type?
159 views
Asked by Crank
How to read cstrings from char**?
105 views
Asked by Annie
Is it possible to use std::char_traits<char> in constant expressions before GCC 8?
157 views
Asked by Pierre
Why does std::basic_string have two separate template parameters _Elem (char type) and _Traits (char traits)?
152 views
Asked by Capy Maths
How to initialize custom analogue for std::cout?
111 views
Asked by Capy Maths
Is it guaranteed that std::char_traits<char>::to_int_type(c) == static_cast<int>(c)?
276 views
Asked by L. F.
removing constexpr from a variable capturing a constexpr function return value removes compile-time evaluation
247 views
Asked by Steve Lorimer
What's the purpose of std::char_traits::assign()?
1.2k views
Asked by user541686
What is the point of STL Character Traits?
15.6k views
Asked by Matthew Smith
Convert std::string to ci_string
427 views
Asked by Big McLargeHuge
How to assign a std::string to std::basic_string<unsigned short int, TRAITS_CLASS>(Unicode2String) on Linux
642 views
Asked by Saikumar godala
C++ std::basic_string/char_traits specialization
855 views
Asked by Mircea Ispas
Leading/trailing whitespace insensitive traits for basic_string
105 views
Asked by AudioBubble
How can I use char_traits algorithms with a custom iterator type?
101 views
Asked by Aaron
Why std::basic_fstream<unsigned char> won't work?
489 views
Asked by PookyFan
VS 2015 std::char_traits<char16_t> operations
170 views
Asked by Recker