SpiceQA
Questions
Tags
Users
Badges
const-correctness
42 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Syntax for declaring const member function returning a bare function pointer, without typedefs?
user_8452860
0
•
asked Aug 31, 2022
3
3
74
const-correctness
function-pointers
member-functions
c++
Const correctness of operator* in std::unique_ptr
user_16435986
0
•
asked Jun 7, 2022
6
2
190
unique-ptr
const-correctness
c++
How can I propagate const when returning a std::vector<int*> from a const method?
user_478271
0
•
asked Apr 25, 2022
36
8
2977
const-correctness
c++
msvc std::lower_bound requires const operator*
user_1087626
0
•
asked Mar 18, 2022
7
1
149
const-correctness
c++
MSVC: C++14: std:set: comparison function: why "const" is required?
user_1778275
0
•
asked Feb 3, 2022
3
1
123
c++14
stdset
const-correctness
visual-c++
c++
Add const to pointer type
user_4224575
0
•
asked Aug 16, 2021
4
1
288
typetraits
const-correctness
constants
templates
c++
Resource handle const correctness
user_10248920
0
•
asked Jun 4, 2021
2
1
60
const-correctness
c++
What is the difference between const std::vector<T> and std::vector<T> const?
user_11840971
0
•
asked Mar 3, 2021
5
1
167
const-correctness
vector
constants
c++
Const-correctness confusion with non-mutating collections
user_1694918
0
•
asked Jan 1, 2021
2
1
64
const-correctness
c++
Container begin / end / cbegin / cend semantics, iterator / const_iterator compatibility
user_616460
0
•
asked Dec 19, 2020
2
1
234
c++17
const-correctness
iterator
containers
c++
1
(current)
2
3
4
5
Next
Next
Hot Questions