Jpp 19.3.0-rc.3
the software that should make you happy
|
Classes | |
struct | array |
class | initializer_list |
struct | iterator |
class | list |
class | map |
class | multimap |
class | multiset |
class | pair |
class | set |
class | vector |
Functions | |
std::istream & | operator>> (std::istream &in, std::vector< int > &object) |
Read std::vector<int> from input. | |
std::ostream & | operator<< (std::ostream &out, const std::vector< int > &object) |
Write std::vector<int> to output. | |
|
inline |
Read std::vector<int>
from input.
in | input stream |
object | object |
Definition at line 56 of file JStreamAvailable.cc.
|
inline |
Write std::vector<int>
to output.
out | output stream |
object | object |
Definition at line 73 of file JStreamAvailable.cc.