函数调用:
call_once(c++11): https://en.cppreference.com/w/cpp/thread/call_once
std::invoke(c++17), std::apply(c++17)
内存管理:
std::destroy_at(c++17), std::launder(c++17)
条件查找:
std::all_of, std::any_of, std::none_of
泛型:
std::is_convertible_v
std::is_copy_constructible_v
std::is_base_of
std::remove_cv_t
std::launder
std::destroy_at
std::enable_if