These objects are using directly in std::vector in trigger code. Adding explicit move semantics should improve performance as they may not be automatically generated otherwise.
These objects are using directly in std::vector in trigger code. Adding explicit move semantics should improve performance as they may not be automatically generated otherwise.