Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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>;
37 static const bool value =