Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Write-Only pointer type

Why can't I convert 'char**' to a 'const char* const*' in C?

Is there some ninja trick to make a variable constant after its declaration?

c++ c++11 const-correctness

Does const-correctness give the compiler more room for optimization?

"const correctness" in C#

c# theory const-correctness

Can const-correctness improve performance?