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

Method max_size

include/boost/compute/container/vector.hpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 size_type max_size() const
367 {
368 return m_allocator.max_size();
369 }
370
371 /// Resizes the vector to \p size.
372 void resize(size_type size, command_queue &queue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected