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
c
other container
Inserts all values of the specified container to the end.
isSubsetOf#
- Returns
- true if
c
container is a subset of this container, false otherwise.