Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Functions
jau::impl Namespace Reference

Functions

constexpr uint32_t get_host_order () noexcept
 
template<class Dummy_type >
constexpr bool has_builtin_bit_cast_impl (std::enable_if_t< has_builtin_bit_cast_v< Dummy_type >, bool >=true) noexcept
 
template<class Dummy_type >
constexpr 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 145 of file byte_util.hpp.

Here is the call graph for this function:

◆ has_builtin_bit_cast_impl() [1/2]

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

Definition at line 215 of file cpp_lang_util.hpp.

◆ has_builtin_bit_cast_impl() [2/2]

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

Definition at line 208 of file cpp_lang_util.hpp.