Searched refs:smart_ptr (Results 1 – 1 of 1) sorted by relevance
522 auto smart_ptr = std::unique_ptr<detail::CmdlineParseArgumentAny>(arg); in AppendCompletedArgument() local523 completed_arguments_.push_back(std::move(smart_ptr)); in AppendCompletedArgument()