jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Need Move Constructors (like Copy Constructors) #323

Closed tap closed 9 years ago

tap commented 9 years ago

http://channel9.msdn.com/Events/GoingNative/2013/Opening-Keynote-Bjarne-Stroustrup

Really starts getting applicable to our handle design (e.g. TTObject) @ 30:00.

More specifically, some of the challenges I've been dealing with (e.g. returning TTValue efficiently from methods) need C++11 move constructors.

Move constructor discussion @ 37:00

tap commented 9 years ago

Note that std::vector in C++11 already has a Move Constructor, so this helps us automatically in many cases.

tap commented 9 years ago

This is a Jamoma2 topic.