Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::detail::snapshot_row_traits< T > Struct Template Reference

#include <snapshot.hpp>

Public Types

using value_type = std::decay_t<T>
 
using snapshot_type = value_type
 

Static Public Member Functions

static const snapshot_typeto_snapshot_row (const value_type &value, const chainbase::database &)
 

Detailed Description

template<typename T>
struct sysio::chain::detail::snapshot_row_traits< T >

Definition at line 25 of file snapshot.hpp.

Member Typedef Documentation

◆ snapshot_type

template<typename T >
using sysio::chain::detail::snapshot_row_traits< T >::snapshot_type = value_type

Definition at line 27 of file snapshot.hpp.

◆ value_type

template<typename T >
using sysio::chain::detail::snapshot_row_traits< T >::value_type = std::decay_t<T>

Definition at line 26 of file snapshot.hpp.

Member Function Documentation

◆ to_snapshot_row()

template<typename T >
static const snapshot_type & sysio::chain::detail::snapshot_row_traits< T >::to_snapshot_row ( const value_type & value,
const chainbase::database &  )
inlinestatic

Definition at line 29 of file snapshot.hpp.

29 {
30 return value;
31 };
#define value
Definition pkcs11.h:157

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