Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in const-correctness

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

Trailing return types, decltype and const-ness

How to call a non-const method from a const method?

How to call a non-const function within a const function (C++)

Const vector of non-const objects

Why am I getting an error converting a ‘float**’ to ‘const float**’?

c++ const-correctness

What is meaning of a pointer to a constant function?

Const correctness for value parameters

Modifying const reference argument via non-const reference argument

Idiomatic Way to declare C++ Immutable Classes

Why isn't it legal to convert "pointer to pointer to non-const" to a "pointer to pointer to const"

What is the best smart pointer return type for a factory function?

Why no 'const' in Python? [closed]

Why is const-correctness specific to C++?

What are the use cases for having a function return by const value for non-builtin type?

c++ const-correctness