userver: structs::Optional Struct Reference
Loading...
Searching...
No Matches
structs::Optional Struct Reference

Detailed Description

Definition at line 83 of file structs.hpp.

Public Types

using ProtobufMessage = messages::Optional
 

Public Attributes

std::optional< int32_t > f1 = {}
 
std::optional< std::string > f2 = {}
 
std::optional< TestEnum > f3 = {}
 
std::optional< Simplef4 = {}
 

Member Typedef Documentation

◆ ProtobufMessage

using structs::Optional::ProtobufMessage = messages::Optional

Definition at line 84 of file structs.hpp.

Member Data Documentation

◆ f1

std::optional<int32_t> structs::Optional::f1 = {}

Definition at line 86 of file structs.hpp.

◆ f2

std::optional<std::string> structs::Optional::f2 = {}

Definition at line 87 of file structs.hpp.

◆ f3

std::optional<TestEnum> structs::Optional::f3 = {}

Definition at line 88 of file structs.hpp.

◆ f4

std::optional<Simple> structs::Optional::f4 = {}

Definition at line 89 of file structs.hpp.


The documentation for this struct was generated from the following file: