Skip to content

Update ROBDataMonitor to use move semantics

Aleksandra Poreba requested to merge aporeba/athena:move-data-store into master

Update ROBDataMonitor with move constructor and move assigment operator to use std::move to efficiently pass values with move semantics instead of copying them.

Being MoveInsertable is checked in new ROBDataMonitor_type_traits_tests.cxx.

Tagging: @mark @rbielski

Merge request reports