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

Method flat_map

include/boost/compute/container/flat_map.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 typedef typename vector_type::const_reverse_iterator const_reverse_iterator;
52
53 explicit flat_map(const context &context = system::default_context())
54 : m_vector(context)
55 {
56 }
57
58 flat_map(const flat_map<Key, T> &other)
59 : m_vector(other.m_vector)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected