コード例 #1
0
ファイル: cvxcore.py プロジェクト: jleamer/convex-polarimetry
 def begin(self):
     return _cvxcore.IntIntMap_begin(self)
コード例 #2
0
 def begin(self) -> "std::map< int,int >::iterator":
     return _cvxcore.IntIntMap_begin(self)