Electroneum
epee::serialization::convert_to_signed_unsigned< from_type, to_type, false, true > Struct Template Reference

#include <portable_storage_val_converters.h>

Static Public Member Functions

static void convert (const from_type &from, to_type &to)
 

Detailed Description

template<typename from_type, typename to_type>
struct epee::serialization::convert_to_signed_unsigned< from_type, to_type, false, true >

Definition at line 98 of file portable_storage_val_converters.h.

Member Function Documentation

◆ convert()

template<typename from_type , typename to_type >
static void epee::serialization::convert_to_signed_unsigned< from_type, to_type, false, true >::convert ( const from_type &  from,
to_type &  to 
)
inlinestatic

Definition at line 100 of file portable_storage_val_converters.h.

101  {//from unsigned to signed
102  convert_uint_to_any_int(from, to);
103  }
void convert_uint_to_any_int(const from_type &from, to_type &to)
Here is the call graph for this function:

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