PandA-2024.02
Public Member Functions
CustomOrderedSet< Key, Compare, Alloc > Class Template Reference

#include <custom_set.hpp>

Inheritance diagram for CustomOrderedSet< Key, Compare, Alloc >:
Inheritance graph
[legend]
Collaboration diagram for CustomOrderedSet< Key, Compare, Alloc >:
Collaboration graph
[legend]

Public Member Functions

void operator+= (const CustomOrderedSet &other)
 
void operator-= (const CustomOrderedSet &other)
 
CustomOrderedSet operator- (const CustomOrderedSet &other) const
 
CustomOrderedSet Intersect (const CustomOrderedSet &other) const
 

Detailed Description

template<typename Key, typename Compare = std::less<Key>, typename Alloc = std::allocator<Key>>
class CustomOrderedSet< Key, Compare, Alloc >

Definition at line 263 of file custom_set.hpp.

Member Function Documentation

◆ Intersect()

template<typename Key, typename Compare = std::less<Key>, typename Alloc = std::allocator<Key>>
CustomOrderedSet CustomOrderedSet< Key, Compare, Alloc >::Intersect ( const CustomOrderedSet< Key, Compare, Alloc > &  other) const
inline

Definition at line 292 of file custom_set.hpp.

◆ operator+=()

template<typename Key, typename Compare = std::less<Key>, typename Alloc = std::allocator<Key>>
void CustomOrderedSet< Key, Compare, Alloc >::operator+= ( const CustomOrderedSet< Key, Compare, Alloc > &  other)
inline

Definition at line 266 of file custom_set.hpp.

◆ operator-()

template<typename Key, typename Compare = std::less<Key>, typename Alloc = std::allocator<Key>>
CustomOrderedSet CustomOrderedSet< Key, Compare, Alloc >::operator- ( const CustomOrderedSet< Key, Compare, Alloc > &  other) const
inline

Definition at line 284 of file custom_set.hpp.

◆ operator-=()

template<typename Key, typename Compare = std::less<Key>, typename Alloc = std::allocator<Key>>
void CustomOrderedSet< Key, Compare, Alloc >::operator-= ( const CustomOrderedSet< Key, Compare, Alloc > &  other)
inline

Definition at line 275 of file custom_set.hpp.


The documentation for this class was generated from the following file:

Generated on Mon Feb 12 2024 13:03:48 for PandA-2024.02 by doxygen 1.8.13