Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Reference example
//clang 3.7.0 #include <utility> #include <string> #include <iostream> int main() { using namespace std; pair<string, string> x("first", "second"); auto& rf = x.first; std::cout << rf << "\n"; }
run
|
edit
|
history
|
help
1
Please
log in
to post a comment.
Test titlu
FUCK
std::function ambiguity clang
Forgetting to check end
MPL 2-0
C++ Template
Find in vector vs unordered_map
Clang-IsBaseOf
Example of custom deleter to manage a resource.
overloadresolution
stackse - search stackoverflow differently
Please log in to post a comment.