Electroneum
epee::serialization::entry_container< bool > Struct Template Reference

#include <portable_storage_base.h>

Public Types

typedef std::deque< booltype
 

Static Public Member Functions

static void reserve (type &t, size_t n)
 

Detailed Description

template<>
struct epee::serialization::entry_container< bool >

Definition at line 76 of file portable_storage_base.h.

Member Typedef Documentation

◆ type

Definition at line 76 of file portable_storage_base.h.

Member Function Documentation

◆ reserve()

static void epee::serialization::entry_container< bool >::reserve ( type t,
size_t  n 
)
inlinestatic

Definition at line 76 of file portable_storage_base.h.

76 { typedef std::deque<bool> type; static void reserve(type &t, size_t n) {} };

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