Scorum
Public Member Functions | Public Attributes | List of all members
scorum::chain::dba::detail::bound< T > Struct Template Reference

#include <db_accessor_helpers.hpp>

Public Member Functions

 bound (const T &value, bound_kind kind)
 
 bound (unbounded_placeholder)
 

Public Attributes

boost::optional< const T & > value
 
bound_kind kind
 

Detailed Description

template<typename T>
struct scorum::chain::dba::detail::bound< T >

Definition at line 36 of file db_accessor_helpers.hpp.

Constructor & Destructor Documentation

◆ bound() [1/2]

template<typename T >
scorum::chain::dba::detail::bound< T >::bound ( const T &  value,
bound_kind  kind 
)
inline

Definition at line 41 of file db_accessor_helpers.hpp.

◆ bound() [2/2]

template<typename T >
scorum::chain::dba::detail::bound< T >::bound ( unbounded_placeholder  )
inline

Definition at line 47 of file db_accessor_helpers.hpp.

Member Data Documentation

◆ kind

template<typename T >
bound_kind scorum::chain::dba::detail::bound< T >::kind

Definition at line 39 of file db_accessor_helpers.hpp.

◆ value

template<typename T >
boost::optional<const T&> scorum::chain::dba::detail::bound< T >::value

Definition at line 38 of file db_accessor_helpers.hpp.


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