Represents a temporary object that is constructed for the sole purpose of being immediately copied by an elidable copy/move constructor. More...
Represents a temporary object that is constructed for the sole purpose of being immediately copied by an elidable copy/move constructor.
For example, T t = T(123); includes a temporary T(123) that is immediately copied to variable t. In such cases the elidable copy can (but not necessarily should) be omitted ("elided") according to the rules of the language; the constructor would then construct variable t directly. This construction context contains information of the elidable constructor and its respective construction context.
Definition at line 549 of file ConstructionContext.h.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4