MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / delete_xpath_variable

Function delete_xpath_variable

src/pugiXML/pugixml.cpp:6703–6707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6701 }
6702
6703 template <typename T> PUGI__FN void delete_xpath_variable(T* var)
6704 {
6705 var->~T();
6706 xml_memory::deallocate(var);
6707 }
6708
6709 PUGI__FN void delete_xpath_variable(xpath_value_type type, xpath_variable* var)
6710 {

Callers 1

~xpath_variable_setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected