Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions
test_impl Namespace Reference

Test private impl namespace. More...

Functions

template<class Dummy_type >
constexpr bool isLittleEndian2_impl (std::enable_if_t< jau::has_endian_little_v< Dummy_type >, bool >=true) noexcept
 
template<class Dummy_type >
constexpr bool isLittleEndian2_impl (std::enable_if_t<!jau::has_endian_little_v< Dummy_type >, bool >=true) noexcept
 

Detailed Description

Test private impl namespace.

Function Documentation

◆ isLittleEndian2_impl() [1/2]

template<class Dummy_type >
constexpr bool test_impl::isLittleEndian2_impl ( std::enable_if_t< jau::has_endian_little_v< Dummy_type >, bool >  = true)
constexprnoexcept
Examples
test_basictypeconv.cpp.

Definition at line 48 of file test_basictypeconv.cpp.

◆ isLittleEndian2_impl() [2/2]

template<class Dummy_type >
constexpr bool test_impl::isLittleEndian2_impl ( std::enable_if_t<!jau::has_endian_little_v< Dummy_type >, bool >  = true)
constexprnoexcept

Definition at line 53 of file test_basictypeconv.cpp.