📄 pseudo_concept.hpp
字号:
// Software License for MTL// // Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.// Authors: Peter Gottschling and Andrew Lumsdaine// // This file is part of the Matrix Template Library// // See also license.mtl.txt in the distribution.#ifndef PSEUDO_CONCEPT_INCLUDE#define PSEUDO_CONCEPT_INCLUDE/** @addtogroup Concepts * @{ */#ifndef __GXX_CONCEPTS__//! Pseudo type for invariants in concepts/// Pseudo type used to document invariants in conceptsstruct axiom {};//! Pseudo type used to document associated types in concepts/// Pseudo type for associated types in conceptsstruct associated_type {};#endif // __GXX_CONCEPTS__/*@}*/ // end of group Concepts#endif // PSEUDO_CONCEPT_INCLUDE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -