|
Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| Bytes | operator() (uint64_t n) |
| auto | operator() (Generator< Bytes > &&g) |
|
template<typename Span > requires std::same_as<Span, std::span<char>> || std::same_as<Span, std::span<const char>> | |
| Bytes | operator() (Span s) |
| WireFormatGenerator | operator() (std::string_view s) |
| WireFormatGenerator | operator() (const Strings &s) |
| WireFormatGenerator | operator() (const StringSet &s) |
| WireFormatGenerator | operator() (const Error &s) |
Static Public Member Functions | |
| static Bytes | padding (size_t unpadded) |
Public Attributes | |
| std::array< unsigned char, 8 > | buf |