Template Class set

Inheritance Relationships

Base Type

  • public std::unordered_set< Key >

Template Parameter Order

  1. typename Key

Class Documentation

template<typename Key>
class set : public std::unordered_set<Key>
Template Parameters

Key

Public Functions

inline set()

Construct a new set object.

auto operator=(set&&) noexcept -> set& = default
Returns

_Self&

set(set<Key>&&) noexcept = default

Move Constructor (default)

set(const set<Key>&) = default

Copy Constructor (deleted)

Copy through explicitly the public copy() function!!!