pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Implement move semantics in FieldHelper #204

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

The parameter in addField() can be consumed since it is expected that the caller will not use it further after registering it to the fieldhelper instance.