Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <istream>
#include <concepts>
#include <memory>
Go to the source code of this file.
Data Structures | |
class | ext::istream |
Namespaces | |
namespace | ext |
Functions | |
ext::istream & | ext::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... | |