|
DxLibEx
|
#include "dxlibex/type_traits/is_castable.hpp"#include "dxlibex/type_traits/is_well_format.hpp"#include "dxlibex/type_traits/enable_if.hpp"#include "dxlibex/config/defines.h"

Go to the source code of this file.
Namespaces | |
| dxle | |
| dxle::detail | |
Functions | |
| template<typename T , enable_if_t< std::is_arithmetic< T >::value, nullptr_t > = nullptr> | |
| DXLE_CONSTEXPR bool | dxle::detail::operator_bool_helper (const T &first, const T &second) DXLE_NOEXCEPT_IF_EXPR(dxle |
| template<typename T , enable_if_t< std::is_arithmetic< T >::value, nullptr_t > = nullptr> | |
| DXLE_CONSTEXPR bool | dxle::detail::operator_bool_helper (const T &first, const T &second, const T &third) DXLE_NOEXCEPT_IF_EXPR(dxle |