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

Method empty

include/boost/compute/container/dynamic_bitset.hpp:102–105  ·  view source on GitHub ↗

Returns \c true if the dynamic bitset is empty (i.e. \c size() == \c 0).

Source from the content-addressed store, hash-verified

100
101 /// Returns \c true if the dynamic bitset is empty (i.e. \c size() == \c 0).
102 bool empty() const
103 {
104 return size() == 0;
105 }
106
107 /// Returns the number of set bits (i.e. '1') in the bitset.
108 size_type count(command_queue &queue) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected