コード例 #1
0
ファイル: definitions.hpp プロジェクト: chrisvana/shark_copy
  static
 typename M::size_type index (const typename M::iterator2 &i) {
     return i.index1 ();
 }
コード例 #2
0
 BOOST_UBLAS_INLINE static
 typename M::size_type index (const typename M::iterator2 &i) {
     return i.index1 ();
 }