jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
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>
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 49 of file test_basictypeconv.cpp.

Here is the caller graph for this function:

◆ isLittleEndian2_impl() [2/2]

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

Definition at line 54 of file test_basictypeconv.cpp.