SpiceQA
Questions
Tags
Users
Badges
static-cast
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why static_cast enum class that underlying type is int8_t to get an unexpected value?
user_8965461
0
•
asked Jun 27, 2020
2
1
233
enum-class
static-cast
c++
How do I statically assert that a static_cast is noexcept?
user_3287591
0
•
asked May 18, 2020
3
1
256
noexcept
static-assert
static-cast
c++
Why is static_cast used in QT's official document
user_6402870
0
•
asked Feb 27, 2020
2
2
259
static-cast
dynamic-cast
events
qt
c++
Why type casting of const void* is legal in C not C++ without using static_cast
user_11314523
0
•
asked Feb 26, 2020
3
1
257
reinterpret-cast
const-cast
static-cast
casting
c++
Why is `decltype(static_cast<T>(...))` not always `T`?
user_102441
0
•
asked Oct 5, 2019
24
1
947
static-cast
c++
gcc vs clang: noexcept parsed in unused template specialization when static casting
user_7014926
0
•
asked Jun 5, 2019
4
3
214
function-pointers
static-cast
templates
c++
Is it legal to static_cast a string_view to a string
user_5360439
0
•
asked Jan 16, 2019
17
2
4678
string-view
static-cast
c++
C2440 static_cast cannot convert from base class to derived class
user_623541
0
•
asked Nov 14, 2018
2
2
3910
static-cast
polymorphism
casting
c++
Why do I Have to reinterpret_cast Pointer Pointers?
user_2642059
0
•
asked Sep 21, 2018
4
2
1043
double-pointer
reinterpret-cast
void-pointers
static-cast
c++
old-style simple cast precedence in c++
user_1548052
0
•
asked Sep 19, 2018
5
2
1319
operator-precedence
static-cast
casting
c++
Prev
Prev
1
2
3
(current)
4
Next
Next
Hot Questions