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

Method flat_set

include/boost/compute/container/flat_set.hpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 typedef typename vector<T>::const_reverse_iterator const_reverse_iterator;
41
42 explicit flat_set(const context &context = system::default_context())
43 : m_vector(context)
44 {
45 }
46
47 flat_set(const flat_set<T> &other)
48 : m_vector(other.m_vector)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected