1 2 3 4 5 6 7
#include "CodegenOutput.hpp" #include <utility> void CodegenOutput::AddOutputThing(CodegenOutputThing thing) { mOutThings.push_back(std::move(thing)); }