Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Create empty set
Wrap std::vector as a set. Contents will be erased.
Copy constructor
Find entry in set and return an iterator to the entry
Find entry in set and return an iterator to the entry (const)
Insert entry
Insert entries
Set size
Erase an entry
Sort set
Clear set
Index the nth entry in the set
Return the vector that stores the data in the Set
Return the vector that stores the data in the Set