1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-23 12:46:13 +00:00
bedrock-protocol-docs/dot/std__optional_float_.dot
2024-02-15 15:10:22 -08:00

13 lines
565 B
Plaintext

digraph "std::optional<float>" {
rankdir = LR
14
14 -> 15
15 -> 16
14 [label="std::optional<float>",comment="name: \"std::optional<float>\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
15 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
16 [label="bool",comment="name: \"bool\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;16}
}