Skip to content

Clean C++

Clean Software Development with Modern C++

  • About the blog
  • About the authors
  • Imprint

Tag: assignment

Posted on 2013-01-30

Assignment operators in C++11

Move Semantics are a game changer on how we return values and pass arguments in C++11. In this post we concern ourselves with the best way to implement an assignment (‘=‘) operator. If rvalues and move semantics are all new for you, you might want to read Michael’s post I like to std::move it first.
Continue reading “Assignment operators in C++11”

Recent Posts

  • Interfaces done right
  • Code Dojo: Hangman
  • Code Dojos
  • Mock objects
  • Test-driven development

Recent Comments

  • markus on May the FORs leave you alone
  • markus on May the FORs leave you alone
  • Test *Driven* Development | Dave Farley's Weblog on Test-driven development
  • James Fraser on Mock objects
  • FakeIt – mocking framework for C++ – E&B Software on Unit tests

Archives

  • June 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

  • Agile Practices
  • Boost
  • C++
  • C++11
  • Clean Code
  • Code Dojo
  • Fun
  • Guideline
  • Language Feature
  • Testing
  • Workaround

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress