Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in temporary-objects
const reference to temporary reference
Oct 28, 2022
c++
reference
language-lawyer
temporary-objects
What's the rationale of the exceptions of temporary object lifetime expansion when bound to a reference?
Apr 23, 2022
c++
c++11
object-lifetime
temporary-objects
Passing a Constructor to a Function
Mar 07, 2022
c++
constructor
temporary-objects
Why can I use `operator<<` on temporary std::ofstream objects?
May 24, 2022
c++
pass-by-reference
temporary-objects
Is it possible to detect whether object is a temporary from within member function?
Aug 20, 2022
c++
rvalue
temporary-objects
How to implement thread-safe container with natural looking syntax?
Apr 23, 2022
c++
templates
thread-safety
c++14
temporary-objects
Lifetime of temporary objects in SWIG's Python wrappers (?)
Dec 02, 2021
c++
python
swig
lifetime
temporary-objects
Usage of string::c_str on temporary string [duplicate]
Jan 07, 2020
c++
destructor
temporary-objects
rvalue for a std::string parameter
Sep 12, 2022
c++
c++11
rvalue-reference
temporary-objects
vector<T>::swap and temporary object
Nov 12, 2022
c++
vector
swap
temporary-objects
In an STL Map of structs, why does the "[ ]" operator cause the struct's dtor to be invoked 2 extra times?
Apr 24, 2021
c++
stl
constructor
copy-constructor
temporary-objects
Copy constructor not called when initializing an object with return value of a function
Aug 22, 2022
c++
copy-constructor
temporary-objects
return-value-optimization
copy-elision
When is temporary lifetime extension useful in modern C++?
Mar 23, 2022
c++
lifetime
temporary-objects
prohibiting instantiation as a temporary object (C++)
Nov 09, 2022
c++
temporary
temporary-objects
Does returning a temporary object create a temporary object in C++?
Nov 06, 2022
c++
return
type-conversion
temporary-objects
Destructor call in a comma-separated expression
Feb 10, 2022
c++
language-lawyer
object-lifetime
temporary-objects
comma-operator
Is temporary object originally const?
Oct 25, 2021
c++
constants
language-lawyer
undefined-behavior
temporary-objects
Range-based for loop on a temporary range [duplicate]
Feb 13, 2022
c++
c++11
temporary-objects
c++20
for-range
Why is returning a reference to a string literal a reference to a temporary?
Nov 17, 2022
c++
temporary-objects
Pass pointer to temporary in c++ 11?
Sep 18, 2022
c++
c++11
c++14
c++17
temporary-objects
« Newer Entries
Older Entries »