boost库提供标准的C++ API 配合dev c++使用,功能更加强大

源代码在线查看: tag.hpp

软件大小: 13011 K
上传用户: ashdfg
关键词: boost API dev 标准
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				#ifndef BOOST_MPL_MULTISET_AUX_TAG_HPP_INCLUDED
				#define BOOST_MPL_MULTISET_AUX_TAG_HPP_INCLUDED
				
				// + file: boost/mpl/multiset/aux_/tag.hpp
				// + last modified: 05/nov/03
				
				// Copyright Aleksey Gurtovoy 2003
				//
				// Use, modification and distribution are 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/libs/mpl for documentation.
				
				namespace boost { namespace mpl { namespace aux {
				
				struct multiset_tag;
				
				}}}
				
				#endif // BOOST_MPL_MULTISET_AUX_TAG_HPP_INCLUDED
							

相关资源