Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
istream.h File Reference
#include <istream>
#include <concepts>
#include <memory>
Include dependency graph for istream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ext::istream
 

Namespaces

namespace  ext
 

Functions

ext::istreamext::operator>> (ext::istream &in, const std::string &str)
 Read into a constant string. The implementation tests whether exact same sequence represented as str is in the in stream. In case it is, it reads it. In case it is not the stream is not advanced and fail bit is set. More...