Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in const-correctness

std::function const correctness

Const-correctness in C

Turning vector of shared_ptr into vector of shared_ptr to const

How would a heap-allocated const object differ from non-const one?

C++ avoiding code duplication for const and non-const visitation

const correctness for structs with pointers

Is const_cast<const Type*> ever useful?

Why there is no concept of "const-correctness" for class's static member functions?

Why is my return type meaningless?

C++ Preventing const methods from changing data through a member pointer or reference

Is it worth to insert `const`-correctness

Const function arguments in java?

java const-correctness

Logical const in D

Should I make my local variables const or movable?

is it good practice to add const at end of member functions - where appropriate?

How often do you declare your functions to be const?

Does it ever make sense to make a fundamental (non-pointer) parameter const?

Const correctness for array pointers?

c const-correctness

binary '[' : no operator found which takes a left-hand operand of type 'const std::map<_Kty,_Ty>'

std::vector of objects and const-correctness