다음을 통해 공유


SYNC_DEFAULT(<allocators>)

Yields a synchronization filter.

#define SYNC_DEFAULT <sync_template>

설명

If a compiler supports compiling both single-threaded and multi-threaded applications, for single-threaded applications the macro yields stdext::allocators::sync_none; in all other cases it yields stdext::allocators::sync_shared.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

<allocators>