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

Method size

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

Source from the content-addressed store, hash-verified

212 }
213
214 size_type size() const
215 {
216 return m_data.size();
217 }
218
219 size_type length() const
220 {

Callers 2

basic_stringMethod · 0.45
lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected