MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / remove_last

Method remove_last

dep/agg/include/agg_array.h:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 //------------------------------------------------------------------------
834 template <class T, unsigned S>
835 inline void pod_bvector<T, S>::remove_last()
836 {
837 if (m_size)
838 --m_size;
839 }
840
841 //------------------------------------------------------------------------
842 template <class T, unsigned S>

Callers 4

finalize_pathMethod · 0.80
finalize_pathMethod · 0.80
end_contourMethod · 0.80
shorten_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected