#include <coordinate_operator_bool_helper.hpp>
template<typename T, bool has_operator_bool = !std::is_scalar<T>::value && is_castable<T, bool>::value, bool has_operator_notequal_to_zero = has_operator_notequal_to_zero<const T>::value, bool is_compareable_with_default_ctor = std::is_default_constructible<T>::value && has_operator_notequal_to_this<T>::value>
struct dxle::detail::operator_bool_helper_impl< T, has_operator_bool, has_operator_notequal_to_zero, is_compareable_with_default_ctor >
Definition at line 20 of file coordinate_operator_bool_helper.hpp.
The documentation for this struct was generated from the following file: