use std::move for forward std::string (and other big [not fundamental] types) ```c++ constructor(std::string string) : field(std::move(string)) ```