Searched refs:not_trivially_copyable (Results 1 – 3 of 3) sorted by relevance
14 template<typename T> using not_trivially_copyable = typedef24 using _ = not_trivially_copyable<UserProvided>;31 using _ = not_trivially_copyable<NonConstCopy>;37 using _ = not_trivially_copyable<VFn>;41 using _ = not_trivially_copyable<VBase>;
31 struct not_trivially_copyable { struct36 constexpr unsigned long ul = __builtin_bit_cast(unsigned long, not_trivially_copyable{}); argument