Home
last modified time | relevance | path

Searched refs:FRUIT_IS_TRIVIALLY_COPYABLE (Results 1 – 2 of 2) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dfruit-config.h24 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro
27 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (std::is_trivially_copyable<T>::value) macro
31 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro
34 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (__is_trivially_copyable(T)) macro
40 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro
43 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (__has_trivial_copy(T)) macro
48 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) … macro
51 #define FRUIT_IS_TRIVIALLY_COPYABLE(T) (std::is_trivially_copyable<T>::value) macro
/external/google-fruit/include/fruit/impl/meta/
Dwrappers.h118 using type = Bool<FRUIT_IS_TRIVIALLY_COPYABLE(T)>;