Update ROBDataMonitor with move constructor and move assigment operator to use std::move to efficiently pass values with move semantics instead of copying them.
ROBDataMonitor
std::move
Being MoveInsertable is checked in new ROBDataMonitor_type_traits_tests.cxx.
ROBDataMonitor_type_traits_tests.cxx
Tagging: @mark @rbielski