This page say :

请选择一篇博客进行编辑

摘要: declval用于非求值上下文中 declval 原形: template<typename _Tp> auto declval() noexcept -> decltype(__declval<_Tp>(0)) { static_assert(__declval_protector<_Tp>::_ 阅读全文
posted @ 2024-01-20 18:17 Computer_Tech 阅读(64) 评论(0) 推荐(0)