ASet#
A std::set with AUI extensions.
| Header: | #include <AUI/Common/ASet.h> |
| CMake: | aui_link(my_target PUBLIC aui::core) |
Public Methods#
insertAll#
- Arguments
cother container
Inserts all values of the specified container to the end.
isSubsetOf#
- Returns
- true if
ccontainer is a subset of this container, false otherwise.