SpiceQA
Questions
Tags
Users
Badges
char-traits
4 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Is it guaranteed that std::char_traits<char>::to_int_type(c) == static_cast<int>(c)?
user_9716597
0
•
asked Feb 16, 2021
4
1
142
char-traits
istream
language-lawyer
io
c++
Is it possible to use std::char_traits<char> in constant expressions before GCC 8?
user_7334162
0
•
asked Jul 23, 2020
2
1
81
char-traits
gcc
c++
Leading/trailing whitespace insensitive traits for basic_string
Admin
1
•
asked Oct 28, 2018
3
2
63
char-traits
stdstring
c++
What's the purpose of std::char_traits::assign()?
user_541686
0
•
asked Aug 19, 2012
14
3
931
char-traits
char
c++
1
(current)
Hot Questions