DxLibEx
coordinate_operator_bool_helper.hpp File Reference
Include dependency graph for coordinate_operator_bool_helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dxle::detail::operator_bool_helper_impl< T, has_operator_bool, has_operator_notequal_to_zero, is_compareable_with_default_ctor >
 
struct  dxle::detail::operator_bool_helper_impl< T, true, has_operator_notequal_to_zero, is_compareable_with_default_ctor >
 
struct  dxle::detail::operator_bool_helper_impl< T, false, true, is_compareable_with_default_ctor >
 
struct  dxle::detail::operator_bool_helper_impl< T, false, false, true >
 

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