Searched defs:bit_cast (Results 1 – 3 of 3) sorted by relevance
36 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noexcept { in bit_cast() function
53 [[nodiscard]] inline To bit_cast(const From &from) noexcept { bit_cast() function
24 template <class Dest, class Source> inline Dest bit_cast(const Source &S) { in bit_cast() function