跳转至

std::optional<float>

文档版本:r/20_u8
协议版本:671

std::optional<float>类型。该类型用于protocol.type.std::optional<float>.description

结构

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}

}

字段

std::optional<float>
[has_value]
Has Value:bool
基本类型。protocol.type.std::optional<float>.has_value.descriptionIf true, follow with appropriate data type, otherwise nothing