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

Detailed Description

Definition at line 101 of file structs.hpp.

Public Types

using ProtobufMessage = messages::Map
 

Public Attributes

std::map< int32_t, int32_t > f1 = {}
 
std::unordered_map< std::string, std::string > f2 = {}
 
std::map< bool, TestEnum > f3 = {}
 
std::unordered_map< std::string, Simple, ::utils::StrCaseHashf4 = {}
 

Member Typedef Documentation

◆ ProtobufMessage

using structs::Map::ProtobufMessage = messages::Map

Definition at line 102 of file structs.hpp.

Member Data Documentation

◆ f1

std::map<int32_t, int32_t> structs::Map::f1 = {}

Definition at line 104 of file structs.hpp.

◆ f2

std::unordered_map<std::string, std::string> structs::Map::f2 = {}

Definition at line 105 of file structs.hpp.

◆ f3

std::map<bool, TestEnum> structs::Map::f3 = {}

Definition at line 106 of file structs.hpp.

◆ f4

std::unordered_map<std::string, Simple, ::utils::StrCaseHash> structs::Map::f4 = {}

Definition at line 107 of file structs.hpp.


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