interprocess_tester.hpp
来自「Boost provides free peer-reviewed portab」· HPP 代码 · 共 32 行
HPP
32 行
////////////////////////////////////////////////////////////////////////////////// (C) Copyright Ion Gaztanaga 2007-2008. Distributed under the Boost// Software License, Version 1.0. (See accompanying file// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)//// See http://www.boost.org/libs/interprocess for documentation.////////////////////////////////////////////////////////////////////////////////#ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP#define BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPPnamespace boost{namespace interprocess{namespace detail{class interprocess_tester{ public: template<class T> static void dont_close_on_destruction(T &t) { t.dont_close_on_destruction(); }};} //namespace detail{} //namespace interprocess{} //namespace boost{#endif //#ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?