| 223 | //------------------------------------------------------------------------ |
| 224 | template<class T, unsigned S, unsigned P> |
| 225 | inline unsigned vertex_block_storage<T,S,P>::last_command() const |
| 226 | { |
| 227 | if(m_total_vertices) return command(m_total_vertices - 1); |
| 228 | return path_cmd_stop; |
| 229 | } |
| 230 | |
| 231 | //------------------------------------------------------------------------ |
| 232 | template<class T, unsigned S, unsigned P> |
no outgoing calls
no test coverage detected