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

Method modify_last

dep/agg/include/agg_array.h:843–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 //------------------------------------------------------------------------
842 template <class T, unsigned S>
843 void pod_bvector<T, S>::modify_last(const T& val)
844 {
845 remove_last();
846 add(val);
847 }
848
849 //------------------------------------------------------------------------
850 template <class T, unsigned S>

Callers 11

add_vertexMethod · 0.45
move_toMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
move_to1Method · 0.45
move_to2Method · 0.45
add_vertexMethod · 0.45
move_toMethod · 0.45
add_vertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected