Home
last modified time | relevance | path

Searched defs:__is_always_bitcastable (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_always_bitcastable.h33 struct __is_always_bitcastable { struct
34 using _UnqualFrom = __remove_cv_t<_From>;
35 using _UnqualTo = __remove_cv_t<_To>;
38 static const bool value =