cc_tag.hpp

来自「Boost provides free peer-reviewed portab」· HPP 代码 · 共 18 行

HPP
18
字号
// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).//------------------------------------------------------------------------------// no include guards, this file is intended for multiple inclusions  struct BOOST_FT_cc_name  {    typedef detail::encode_bits<0,BOOST_FT_cc_id> bits;    typedef detail::constant<BOOST_FT_cc_mask> mask;  };

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?