コード例 #1
0
ファイル: cvxcore.py プロジェクト: zxuen/cvxpy
 def pop(self):
     return _cvxcore.IntVector2D_pop(self)
コード例 #2
0
 def pop(self) -> "std::vector< std::vector< int > >::value_type":
     return _cvxcore.IntVector2D_pop(self)