Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Unqualified free functions
//clang 3.8.0 #include <iostream> #include <vector> #include <algorithm> std::vector<int> v = {1, 2, 3}; int main() { bool b = end(v) != std::find(begin(v), end(v), 2); std::cout << b; }
run
|
edit
|
history
|
help
0
Thread-safe Interval Average Calculator
Pointer array
Enum flags operator example
ternary test
You can't erase a std::unordered_map::local_iterator
Test titlu
Calculate H.C.F using recursion
regimeketopdf
auto Keyword Example
hello world 3