jaulib v1.3.0
Jau Support Library (C++, Java, ..)
jau::has_builtin_bit_cast< Dummy_type > Struct Template Reference

Convenience type trait for __has_builtin(__builtin_bit_cast). More...

#include <cpp_lang_util.hpp>

Inheritance diagram for jau::has_builtin_bit_cast< Dummy_type >:
Collaboration diagram for jau::has_builtin_bit_cast< Dummy_type >:

Detailed Description

template<typename Dummy_type>
struct jau::has_builtin_bit_cast< Dummy_type >

Convenience type trait for __has_builtin(__builtin_bit_cast).

Template Parameters
Dummy_typejust to make template SFINAE happy
See also
jau::is_builtin_bit_cast_available()
jau::bit_cast()
jau::pointer_cast()

Definition at line 666 of file cpp_lang_util.hpp.


The documentation for this struct was generated from the following file: