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

Method substr

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

Source from the content-addressed store, hash-verified

257 }
258
259 basic_string<CharT, Traits> substr(size_type pos = 0,
260 size_type count = npos) const
261 {
262 return basic_string<CharT, Traits>(*this, pos, count);
263 }
264
265 /// Finds the first character \p ch
266 size_type find(CharT ch, size_type pos = 0) const

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
program_binary_pathFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64