You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns whether the instance has been initialized. Note that an initialized value might become an uninitialized value by calling `reset()` or by assigning from another uninitialized value.
8
+
9
+
#### Preconditions
10
+
11
+
The instance must *not* be in a discarded state. This precondition *might* be checked by the implementation with an `assert`.
12
+
13
+
#### Return value
14
+
15
+
`false` when the instance is of type [`UNINITIALIZED`](../type.md#UNINITIALIZED), `true` otherwise.
0 commit comments