다음을 통해 공유


operator|| 연산자(C++ REST SDK)

경고

이 항목에서는 C++ REST SDK 1.0(코드명 "Casablanca")에 대해 설명합니다.Codeplex Casablanca 웹 페이지에서 다운로드한 최신 버전을 사용 중인 경우 http://casablanca.codeplex.com/documentation에서 로컬 설명서를 사용하세요.

template<    typename _ReturnType > task<_ReturnType> operator||(    const task<_ReturnType> & _Lhs,    const task<_ReturnType> & _Rhs );  template<    typename _ReturnType > task<std::vector<_ReturnType>> operator||(    const task<std::vector<_ReturnType>> & _Lhs,    const task<_ReturnType> & _Rhs );  template<    typename _ReturnType > task<std::vector<_ReturnType>> operator||(    const task<_ReturnType> & _Lhs,    const task<std::vector<_ReturnType>> & _Rhs );  inline task<void> operator||(    const task<void> & _Lhs,    const task<void> & _Rhs );

매개 변수

  • _ReturnType

  • _Lhs

  • _Rhs

요구 사항

헤더: pplxtasks.h

네임스페이스: pplx

참고 항목

참조

pplx 네임스페이스