cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::traits::detail Namespace Reference

Classes

struct  has_type_impl
 检查类型是否具有type成员/Check if type has a type member More...
 
struct  has_type_impl< T, void_t< typename T::type > >
 检查类型是否具有type成员(特化版本)/Check if type has a type member (specialization) More...
 
struct  storage_traits
 类型存储特征/Storage traits for types More...
 

Typedefs

template<typename... >
using void_t = void
 用于SFINAE的空类型/Empty type for SFINAE
 

Typedef Documentation

◆ void_t

template<typename... >
using toolbox::traits::detail::void_t = typedef void

用于SFINAE的空类型/Empty type for SFINAE

Template Parameters
...可变数量的模板参数/Variable number of template parameters