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

Concept definition

template<typename From, typename To>
requires !std::is_const_v<From> || std::is_const_v<To>;
requires !std::is_volatile_v<From> && !std::is_volatile_v<To>;
}
Definition charptr-cast.hh:44