A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/container.node.cons below:

[container.node.cons]

26 Containers library [containers] 26.2 Container requirements [container.requirements] 26.2.4 Node handles [container.node] 26.2.4.2 node_­handle constructors, copy, and assignment [container.node.cons]

node_handle(node_handle&& nh) noexcept;

Effects: Constructs a node_­handle object initializing ptr_­ with nh.ptr_­. Move constructs alloc_­ with nh.alloc_­. Assigns nullptr to nh.ptr_­ and assigns nullopt to nh.alloc_­.

node_handle& operator=(node_handle&& nh);

Requires: Either !alloc_­, or ator_­traits​::​propagate_­on_­container_­move_­assignment is true, or alloc_­ == nh.alloc_­.

Effects:


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