Searched defs:FRUIT_IS_TRIVIALLY_COPYABLE (Results 1 – 1 of 1) 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