|
Jpp
18.1.0
the software that should make you happy
|
Classes | |
| class | vector |
| class | set |
| class | multiset |
| class | pair |
| class | map |
| class | multimap |
| struct | iterator |
| class | list |
| class | initializer_list |
Functions | |
| std::istream & | operator>> (std::istream &in, std::vector< int > &object) |
Read std::vector<int> from input. More... | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< int > &object) |
Write std::vector<int> to output. More... | |
|
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.
1.8.5