brevzin / cpp_proposals

My WG21 proposals
33 stars 22 forks source link

Definition and properties of the null reflection #162

Closed andralex closed 1 month ago

andralex commented 1 month ago

The null reflection is useful for returning "not available" reflections and in a variety of other cases. It compares equal to itself and is different from any other reflection.

brevzin commented 1 month ago

Things we'd need to do: