사실 std::move는 객체를 이동시키지 않음

사실 std::forward는 객체를 전달하지 않음

사실 std::remove는 객체를 삭제하지 않음

사실 std::function은 함수가 아님


출처: CppCon 2022 "C++ mythbusters"