Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::Pos::LinesIterator Struct Reference

Public Types

using difference_type = size_t
 
using value_type = std::string_view
 
using reference = const std::string_view &
 
using pointer = const std::string_view *
 
using iterator_category = std::input_iterator_tag
 

Public Member Functions

 LinesIterator (std::string_view input)
 
LinesIteratoroperator++ ()
 
LinesIterator operator++ (int)
 
reference operator* () const
 
pointer operator-> () const
 
bool operator!= (const LinesIterator &other) const
 
bool operator== (const LinesIterator &other) const
 

The documentation for this struct was generated from the following files: