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 operator+(const CConstVariant &rvarOperand1, const CConstVariant &rvarOperand2)
- fixed constexpr operator+() const
- fixed operator+(fixed val1, fixed val2)
- flags operator+(TEnum eValue)
- index_iterator operator+(size_t nOffset) const noexcept
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &&rssLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &&rssLeft, string_base<TCharType, bUnicodeRight, nFixedSizeRight> &&rssRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, string_base<TCharType, bUnicodeRight, nFixedSizeRight> &&rssRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, TCharType cRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const TCharType *szRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const std::basic_string<TCharType> &rssRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &&rssLeft, TCharType cRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &&rssLeft, const TCharType *szRight)
- template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft> string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> operator+(string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &&rssLeft, const std::basic_string<TCharType> &rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(TCharType cLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(TCharType cLeft, string_base<TCharType, bUnicodeRight, nFixedSizeRight> &&rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(const TCharType *szLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(const TCharType *szLeft, string_base<TCharType, bUnicodeRight, nFixedSizeRight> &&rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(const std::basic_string<TCharType> &rssLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)
- template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight> string_base<TCharType, bUnicodeRight, nFixedSizeRight> operator+(const std::basic_string<TCharType> &rssLeft, string_base<TCharType, bUnicodeRight, nFixedSizeRight> &&rssRight)