Loading [MathJax]/extensions/tex2jax.js
SyTen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ operator>>() [6/7]

template<typename First , typename Second >
std::istream & syten::operator>> ( std::istream in,
Pair< First, Second > &  pair 
)

Reading a Pair<> from an input stream.

Requires a single separating character and no initial and final angled brackets.

Example\n 1,2 extracted as integers gives a Pair<int, int>{1,2}.