Namespaces
Variants

std::basic_syncbuf<CharT,Traits,Allocator>:: get_wrapped

From cppreference.net
streambuf_type * get_wrapped ( ) const noexcept ;

래핑된 std::basic_streambuf 에 대한 포인터를 반환합니다.

목차

매개변수

(없음)

참고 사항

이 함수는 직접 호출될 것으로 예상되지 않습니다: 이 함수는 std::basic_osyncstream::get_wrapped 를 통해 호출됩니다.

예제

참고 항목

최종 대상 스트림 버퍼에 대한 포인터를 획득합니다
( std::basic_osyncstream<CharT,Traits,Allocator> 의 public 멤버 함수)