示例#1
0
  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 ();
 }