jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Functions
jau::impl Namespace Reference

Functions

constexpr uint32_t get_host_order () noexcept
 
template<class Dummy_type >
consteval_cxx20 bool has_builtin_bit_cast_impl (std::enable_if_t< !has_builtin_bit_cast_v< Dummy_type >, bool >=true) noexcept
 
template<class Dummy_type >
consteval_cxx20 bool has_builtin_bit_cast_impl (std::enable_if_t< has_builtin_bit_cast_v< Dummy_type >, bool >=true) noexcept
 

Function Documentation

◆ get_host_order()

constexpr uint32_t jau::impl::get_host_order ( )
constexprnoexcept

Definition at line 169 of file byte_util.hpp.

◆ has_builtin_bit_cast_impl() [1/2]

template<class Dummy_type >
consteval_cxx20 bool jau::impl::has_builtin_bit_cast_impl ( std::enable_if_t< has_builtin_bit_cast_v< Dummy_type >, bool >  = true)
noexcept

Definition at line 692 of file cpp_lang_util.hpp.

◆ has_builtin_bit_cast_impl() [2/2]

template<class Dummy_type >
consteval_cxx20 bool jau::impl::has_builtin_bit_cast_impl ( std::enable_if_t< !has_builtin_bit_cast_v< Dummy_type >, bool >  = true)
noexcept

Definition at line 699 of file cpp_lang_util.hpp.