Functions
Construct from a bool.
Parameters
value | the boolean value ( |
Complexity
O(1).
Allocation
none.
Read the boolean value (fixed for the token's lifetime; no setter).
Returns
the stored bool.
Complexity
O(1).
Allocation
none.
Construct from a bool.
value | the boolean value ( |
O(1).
none.
Read the boolean value (fixed for the token's lifetime; no setter).
the stored bool.
O(1).
none.