Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
mp::test::FooStruct Struct Reference

#include <foo.h>

Public Attributes

std::string name
 
std::set< int > set_int
 
std::vector< bool > vector_bool
 
std::optional< int > optional_int
 
std::unordered_set< int > unordered_set_int
 
std::map< std::string, int > map_string_int
 

Detailed Description

Definition at line 21 of file foo.h.

Member Data Documentation

◆ map_string_int

std::map<std::string, int> mp::test::FooStruct::map_string_int

Definition at line 28 of file foo.h.

◆ name

std::string mp::test::FooStruct::name

Definition at line 23 of file foo.h.

◆ optional_int

std::optional<int> mp::test::FooStruct::optional_int

Definition at line 26 of file foo.h.

◆ set_int

std::set<int> mp::test::FooStruct::set_int

Definition at line 24 of file foo.h.

◆ unordered_set_int

std::unordered_set<int> mp::test::FooStruct::unordered_set_int

Definition at line 27 of file foo.h.

◆ vector_bool

std::vector<bool> mp::test::FooStruct::vector_bool

Definition at line 25 of file foo.h.


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