Function operator>=()#
Defined in File constvariant.h
Function Documentation#
Warning
doxygenfunction: Unable to resolve function “operator>=” with arguments () in doxygen xml output for project “VAPI_SDK” from directory: ./_doxygen/xml. Potential matches:
- CConstVariant operator>=(const CConstVariant &rvarOperand1, const CConstVariant &rvarOperand2)
- bool operator>=(const interface_t &rifcLeft, const interface_t &rifcRight) noexcept
- bool operator>=(const interface_t &rifcLeft, std::nullptr_t) noexcept
- bool operator>=(const sdv::any_t &ranyVal1, const sdv::any_t &ranyVal2)
- bool operator>=(const sdv::com::TConnectionID &rtID1, const sdv::com::TConnectionID &rtID2)
- bool operator>=(const sdv::ps::TMarshallID &rtID1, const sdv::ps::TMarshallID &rtID2)
- bool operator>=(double val1, fixed val2)
- bool operator>=(fixed val1, double val2)
- bool operator>=(fixed val1, fixed val2)
- bool operator>=(sdv::installation::SPackageVersion sFirst, sdv::installation::SPackageVersion sSecond)
- bool operator>=(std::nullptr_t, const interface_t &rifcRight) noexcept
- template<class T, size_t nFixedSizeLeft, size_t nFixedSizeRight> bool operator>=(const pointer<T, nFixedSizeLeft> &rptrLeft, const pointer<T, nFixedSizeRight> &rptrRight) noexcept
- template<class T, size_t nFixedSizeLeft, size_t nFixedSizeRight> bool operator>=(const sequence<T, nFixedSizeLeft> &rseqLeft, const sequence<T, nFixedSizeRight> &rseqRight)
- template<class T, size_t nFixedSizeLeft> bool operator>=(const pointer<T, nFixedSizeLeft> &rptrLeft, std::nullptr_t pNull) noexcept
- template<class T, size_t nFixedSizeRight> bool operator>=(std::nullptr_t pNull, const pointer<T, nFixedSizeRight> &rptrRight) noexcept
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft, bool bUnicodeRight, size_t nFixedSizeRight> bool operator>=(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight) noexcept
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> bool operator>=(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const TCharType *szRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> bool operator>=(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const std::basic_string<TCharType> &rssRight) noexcept
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> bool operator>=(const TCharType *szLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> bool operator>=(const std::basic_string<TCharType> &rssLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight) noexcept
- template<typename TType> bool operator>=(TType tVal1, const sdv::any_t &ranyVal2)
- template<typename TType> bool operator>=(const sdv::any_t &ranyVal1, TType tVal2)