Searched defs:row_end (Results 1 – 1 of 1) sorted by relevance
144 inline iterator row_end( size_type nY ) { return this->at( mnWidth, nY ); } in row_end() function in oox::Matrix145 inline const_iterator row_end( size_type nY ) const { return this->at( mnWidth, nY ); } in row_end() function in oox::Matrix
Completed in 18 milliseconds