Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
vector destruction - visual studio
//visual studio #include <iostream> #include <vector> struct A{ A(int i):i_(i){} ~A(){ std::cout << i_ << std::endl; } int i_; }; int main() { std::vector<A> a({0,1,2,3,4,5}); std::cout << "Destroy a " << std::endl; }
run
|
edit
|
history
|
help
0
MSVC14 <experimental/generator> header
Hangman
Generic EventProvider
timeConversion
Copy double[2][3] into vector<vector<double>>
hangman
sharedptr emptiness
VS struct_member_name
Sorting algorithm comparison
make Derive final