Scorum
|
#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 |
Definition at line 36 of file db_accessor_helpers.hpp.
|
inline |
Definition at line 41 of file db_accessor_helpers.hpp.
|
inline |
Definition at line 47 of file db_accessor_helpers.hpp.
bound_kind scorum::chain::dba::detail::bound< T >::kind |
Definition at line 39 of file db_accessor_helpers.hpp.
boost::optional<const T&> scorum::chain::dba::detail::bound< T >::value |
Definition at line 38 of file db_accessor_helpers.hpp.