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
Example of custom deleter to manage a resource.
hello world 3
INHERIT_CTORS default constructor
Test titlu
<string> No indirect include of <errno.h>
set/map equal_range bug in libc++
ternary test
K combinator - Lazy evaluation
Deleted special operations are propagated to derived class
BinaryGap, C++ - Find longest sequence of zeros in binary representation of an integer.