Searched refs:FRUIT_IS_TRIVIALLY_COPYABLE (Results 1 – 2 of 2) sorted by relevance
24 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro27 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (std::is_trivially_copyable<T>::value) macro31 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro34 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (__is_trivially_copyable(T)) macro40 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro43 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (__has_trivial_copy(T)) macro48 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro51 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (std::is_trivially_copyable<T>::value) macro
118 using type = Bool<FRUIT_IS_TRIVIALLY_COPYABLE(T)>;