top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

C++: How many type of constructors supported by the latest C++ standard i.e. C++17 ?

0 votes
384 views
C++: How many type of constructors supported by the latest C++ standard i.e. C++17 ?
posted Sep 18, 2020 by Crazy
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

I am aware of following types of constructors.
- default constructor (provided by compiler if it is not defined)
- copy constructor
- move constructor
- copy assignment
- move assignment

answer Oct 22, 2020 by Vimal Kumar Mishra

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
...