Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
2
2
by მარი, 6 months ago
1
by მარი, 6 months ago
6
by მარი, 6 months ago
Please
log in
to post a comment.
ternary test c++14
UTF-8 in C++11
STL stack
std::function ambiguity clang
function pointer
projecte1
overloading
12/2
BinaryGap, C++ - Find longest sequence of zeros in binary representation of an integer.
STL Stack, C ++
2
by მარი, 6 months ago1
by მარი, 6 months ago6
by მარი, 6 months agoPlease log in to post a comment.