📄 proposition.cpp
字号:
/***
*** See the file "mba/disclaimers-and-notices-L2.txt" for
*** information on usage and redistribution of this file,
*** and for a DISCLAIMER OF ALL WARRANTIES.
***/
/* $Id: proposition.cpp,v 1.1.1.1 2006/10/09 06:58:18 shao Exp $ */
#include <readers/proposition.h>
_STD_ ostream& operator<<(_STD_ ostream& os,
const L2rPropVarVar& l2rPropVarVar) {
os << "[ID1="
<< l2rPropVarVar.var()->id()
<< ", ID2="
<< l2rPropVarVar.otherVar()->id();
os << "]";
return os;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -