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::IsChar Concept Reference

#include <charptr-cast.hh>

Concept definition

template<typename T>
concept nix::charptr_cast_detail::IsChar = std::same_as<T, char> || std::same_as<T, unsigned char>
Definition charptr-cast.hh:35

Detailed Description

Is a character type for the purposes of safe reinterpret_cast.