|
| template<typename T , enable_if_t< std::is_arithmetic< T >::value, nullptr_t > = nullptr> |
| DXLE_CONSTEXPR bool | 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 | operator_bool_helper (const T &first, const T &second, const T &third) DXLE_NOEXCEPT_IF_EXPR(dxle |
| |
| template<typename CharType , typename PointType > |
| void | ostream_operator_helper (std::basic_ostream< CharType > &os, const CharType *str, const point_c< PointType > &p) |
| |
| template<typename CharType , typename PointType > |
| void | istream_operator_helper (std::basic_istream< CharType > &is, point_c< PointType > &p) |
| |
| template<typename CharType , typename point3dType > |
| void | ostream_operator_helper (std::basic_ostream< CharType > &os, const CharType *str, const point3d_c< point3dType > &p) |
| |
| template<typename CharType , typename point3dType > |
| void | istream_operator_helper (std::basic_istream< CharType > &is, point3d_c< point3dType > &p) |
| |
| template<typename CharType , typename Size_cType > |
| void | ostream_operator_helper (std::basic_ostream< CharType > &os, const CharType *str, const size_c< Size_cType > &s) |
| |
| template<typename CharType , typename Size_cType > |
| void | istream_operator_helper (std::basic_istream< CharType > &is, size_c< Size_cType > &s) |
| |