cppx-core
Public Member Functions | List of all members
cppx::Set_< Key > Class Template Reference

#include <Set_.hpp>

Inheritance diagram for cppx::Set_< Key >:
Inheritance graph
[legend]
Collaboration diagram for cppx::Set_< Key >:
Collaboration graph
[legend]

Public Member Functions

 Set_ ()
 
 Set_ (const Base &other)
 
 Set_ (Base &&other)
 
 Set_ (const Key &a_key)
 
template<class Integer >
 Set_ (const Range_< Integer > range)
 
 Set_ (tag::Values, initializer_list< Key > values)
 
template<class Input_iterator >
 Set_ (tag::Iterators, const Input_iterator first, const Input_iterator beyond)
 

Detailed Description

template<class Key>
class cppx::Set_< Key >

Definition at line 20 of file Set_.hpp.

Constructor & Destructor Documentation

◆ Set_() [1/7]

template<class Key>
cppx::Set_< Key >::Set_ ( )
inline

Definition at line 26 of file Set_.hpp.

◆ Set_() [2/7]

template<class Key>
cppx::Set_< Key >::Set_ ( const Base &  other)
inline

Definition at line 28 of file Set_.hpp.

◆ Set_() [3/7]

template<class Key>
cppx::Set_< Key >::Set_ ( Base &&  other)
inline

Definition at line 32 of file Set_.hpp.

◆ Set_() [4/7]

template<class Key>
cppx::Set_< Key >::Set_ ( const Key &  a_key)
inline

Definition at line 36 of file Set_.hpp.

◆ Set_() [5/7]

template<class Key>
template<class Integer >
cppx::Set_< Key >::Set_ ( const Range_< Integer >  range)
inline

Definition at line 42 of file Set_.hpp.

◆ Set_() [6/7]

template<class Key>
cppx::Set_< Key >::Set_ ( tag::Values  ,
initializer_list< Key >  values 
)
inline

Definition at line 46 of file Set_.hpp.

◆ Set_() [7/7]

template<class Key>
template<class Input_iterator >
cppx::Set_< Key >::Set_ ( tag::Iterators  ,
const Input_iterator  first,
const Input_iterator  beyond 
)
inline

Definition at line 51 of file Set_.hpp.


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