struct EmptyMarker
Declaration
struct EmptyMarker { /* full declaration omitted */ };
Description
A marker that designates emptinesss, for constructing an empty collection. To use this type as an argument, use the global [`empty`]( $sus::marker::empty).
Declared at: sus/marker/empty.h:28
Method Overview
- public consteval EmptyMarker()
Methods
ΒΆconsteval EmptyMarker()
consteval EmptyMarker()
Description
`explicit` prevents `{}` or `{any values...}` from being used to construct an `Empty`. The marker should only be used as [`empty`]( $sus::marker::empty). #[doc.hidden]
Declared at: sus/marker/empty.h:33