11 #ifndef ASIO_DETAIL_NULL_TSS_PTR_HPP 12 #define ASIO_DETAIL_NULL_TSS_PTR_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 18 #include "asio/detail/config.hpp" 20 #if !defined(ASIO_HAS_THREADS) 22 #include "asio/detail/noncopyable.hpp" 24 #include "asio/detail/push_options.hpp" 52 void operator=(T* value)
64 #include "asio/detail/pop_options.hpp" 66 #endif // !defined(ASIO_HAS_THREADS) 68 #endif // ASIO_DETAIL_NULL_TSS_PTR_HPP Definition: null_tss_ptr.hpp:30
Definition: noncopyable.hpp:25
Definition: any_io_executor.hpp:28