Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
move_string
//clang 3.8.0 #include <iostream> int main() { std::string name = "aaa"; name = std::move(name); std::cout << "name is '" << name << "'"; }
run
|
edit
|
history
|
help
0
STL stack
Array-Based Heap Example Solution
Enum flags operator example
Uno
Variadic Template: Make Index Sequence
Graphs Iteration 2.1 Directed Graphs
MPL 2-1
Ordered Graphs
Throttle Example (Send two requests every two seconds)
Variable declarations in while loop conditions are also C++-only.