Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
Ptr Class Reference

Public Member Functions

 Ptr (std::string_view view)
 
const std::string_view * operator-> () const
 

Detailed Description

Needed to introduce a temporary since operator-> must return a pointer. Without this we'd need to store the view object even when we already own a string.


The documentation for this class was generated from the following file: