xmscore  1.0
set.h File Reference

std::set types for convenience More...

#include <cstdint>
#include <set>
#include <xmscore/points/ptsfwd.h>

Go to the source code of this file.

Typedefs

typedef std::set< Pt2d > xms::SetPt2d
 short rename
 
typedef std::set< Pt3d > xms::SetPt3d
 short rename
 
typedef std::set< Pt4d > xms::SetPt4d
 short rename
 
typedef std::set< size_t > xms::SetSizet
 short rename
 
typedef std::set< int > xms::SetInt
 short rename
 
typedef std::set< int64_t > xms::SetInt64
 short rename
 
typedef std::set< float > xms::SetFlt
 short rename
 
typedef std::set< double > xms::SetDbl
 short rename
 
typedef std::set< std::string > xms::SetStr
 short rename
 

Functions

template<class _T >
std::ostream & xms::operator<< (std::ostream &a_output, const std::set< _T > &a_value)
 Streams a set to a_output. More...
 

Detailed Description

std::set types for convenience

Definition in file set.h.

Function Documentation

◆ operator<<()

template<class _T >
std::ostream& xms::operator<< ( std::ostream &  a_output,
const std::set< _T > &  a_value 
)

Streams a set to a_output.

Parameters
a_outputThe stream.
a_valueThe set.
Returns
stream reference.

Definition at line 36 of file set.h.