#include <cctype>
#include <iostream>
#include <limits>
#include <type_traits>
#include <utility>
#include "Utilities/MPUtils.h"
Go to the source code of this file.
|
template<typename T > |
std::ostream & | operator<< (std::ostream &_os, const Range< T > &_r) |
|
template<typename T > |
std::istream & | operator>> (std::istream &_is, Range< T > &_r) |
|
◆ operator<<()
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const Range< T > & |
_r |
|
) |
| |
◆ operator>>()
template<typename T >
std::istream& operator>> |
( |
std::istream & |
_is, |
|
|
Range< T > & |
_r |
|
) |
| |