DxLibEx
dxle::detail::operator_bool_helper_impl< T, false, true, is_compareable_with_default_ctor > Struct Template Referenceabstract

#include <coordinate_operator_bool_helper.hpp>

Public Member Functions

DXLE_CONSTEXPR bool operator() (const T &first, const T &second) const DXLE_NOEXCEPT_IF_EXPR(first !=0)
 
DXLE_CONSTEXPR bool operator() (const T &first, const T &second, const T &third) const DXLE_NOEXCEPT_IF_EXPR(first !=0)
 

Detailed Description

template<typename T, bool is_compareable_with_default_ctor>
struct dxle::detail::operator_bool_helper_impl< T, false, true, is_compareable_with_default_ctor >

Definition at line 33 of file coordinate_operator_bool_helper.hpp.

Member Function Documentation

§ operator()() [1/2]

template<typename T , bool is_compareable_with_default_ctor>
DXLE_CONSTEXPR bool dxle::detail::operator_bool_helper_impl< T, false, true, is_compareable_with_default_ctor >::operator() ( const T &  first,
const T &  second 
) const
inlinepure virtual

Definition at line 34 of file coordinate_operator_bool_helper.hpp.

§ operator()() [2/2]

template<typename T , bool is_compareable_with_default_ctor>
DXLE_CONSTEXPR bool dxle::detail::operator_bool_helper_impl< T, false, true, is_compareable_with_default_ctor >::operator() ( const T &  first,
const T &  second,
const T &  third 
) const
inlinepure virtual

Definition at line 37 of file coordinate_operator_bool_helper.hpp.


The documentation for this struct was generated from the following file: