none_t.hpp
来自「system C源码 一种替代verilog的语言」· HPP 代码 · 共 29 行
HPP
29 行
// Copyright (C) 2003, Fernando Luis Cacciola Carballal.//// Use, modification, and distribution is subject to 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/lib/optional for documentation.//// You are welcome to contact the author at:// fernando_cacciola@hotmail.com//#ifndef BOOST_DETAIL_NONE_T_17SEP2003_HPP#define BOOST_DETAIL_NONE_T_17SEP2003_HPPnamespace boost {namespace detail {struct none_helper{};typedef int none_helper::*none_t ;} // namespace detail} // namespace boost#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?