Searched defs:is_trivially_copyable_v (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_copyable.h27 inline constexpr bool is_trivially_copyable_v = __is_trivially_copyable(_Tp); variable
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h324 static_assert(is_trivially_copyable_v<__parsed_specifications<char>>); variable
327 static_assert(is_trivially_copyable_v<__parsed_specifications<wchar_t>>); variable

Completed in 101 milliseconds