prefer

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - strand::prefer

strand::prefer Property strand::type >::type >::type prefer( const Property & p) const; Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - execution::any_executor::prefer

execution::any_executor::prefer 지정된 속성을 가진 다형성 래퍼를 얻어온다. template any_executor prefer( Property ) const; 이 함수는 직접 호출하면 안된다. prefer 사용자-정의 지점과 함께 사용하기 위한 것이다. 사용 예제 : execution::any_executor ex = ...; auto ex2 = boost::asio::prefer(ex, execution::blocking.possibly); Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - prefer

prefer 개체에 속성을 적용하려는 사용자-정의 지점이다.. constexpr unspecified prefer = unspecified; prefer 이름은 사용자-정의 지점 개체를 나타낸다. E와 P0, 그리고 여기서 Pn...은 N개의 하위표현식(여기서 N은 0 이상이고, 유형 T = decay_t 그리고 Prop0 = decay_t)을 나타내는 일부 표현식에 대한 표현식 boost::asio::prefer(E, P0, Pn...)는 다음 표현식과 같다: is_applicable_property_v && Prop0::is_preferable가 true 값을 가진 올바른 형식의 상수식이 아니면, boost::asio::prefer(E, P0, Pn...)는 잘못된 형식이다. 그렇지 않으면, N ==..

까마귀75
'prefer' 태그의 글 목록