pseudo_concept.hpp
来自「矩阵运算源码最新版本」· HPP 代码 · 共 32 行
HPP
32 行
// 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 + =
减小字号Ctrl + -
显示快捷键?