MCPcopy Create free account
hub / github.com/boostorg/compute / clear

Method clear

include/boost/compute/container/basic_string.hpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 void clear()
245 {
246 m_data.clear();
247 }
248
249 void swap(basic_string<CharT, Traits> &other)
250 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected