Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::StringSink Struct Reference

#include <serialise.hh>

Inheritance diagram for nix::StringSink:
nix::Sink

Public Member Functions

 StringSink (const size_t reservedSize)
 StringSink (std::string &&s)
void operator() (std::string_view data) override
Public Member Functions inherited from nix::Sink
virtual bool good ()

Public Attributes

std::string s

Detailed Description

A sink that writes data to a string.

Member Function Documentation

◆ operator()()

void nix::StringSink::operator() ( std::string_view data)
overridevirtual

Implements nix::Sink.


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