Bitcoin Core 29.99.0
P2P Digital Currency
mp::StructField< Accessor, Struct > Member List

This is the complete list of members for mp::StructField< Accessor, Struct >, including all inherited members.

get() const -> decltype(A::get(this->m_struct))mp::StructField< Accessor, Struct >inline
has() const -> std::enable_if_t< A::optional, bool >mp::StructField< Accessor, Struct >inline
has() const -> std::enable_if_t<!A::optional &&A::boxed, bool >mp::StructField< Accessor, Struct >inline
has() const -> std::enable_if_t<!A::optional &&!A::boxed, bool >mp::StructField< Accessor, Struct >inline
init(Args &&... args) constmp::StructField< Accessor, Struct >inline
m_structmp::StructField< Accessor, Struct >
set(Args &&... args) constmp::StructField< Accessor, Struct >inline
setHas() const -> std::enable_if_t< A::optional >mp::StructField< Accessor, Struct >inline
setHas() const -> std::enable_if_t<!A::optional >mp::StructField< Accessor, Struct >inline
setWant() const -> std::enable_if_t< A::requested >mp::StructField< Accessor, Struct >inline
setWant() const -> std::enable_if_t<!A::requested >mp::StructField< Accessor, Struct >inline
StructField(S &struct_)mp::StructField< Accessor, Struct >inline
want() const -> std::enable_if_t< A::requested, bool >mp::StructField< Accessor, Struct >inline
want() const -> std::enable_if_t<!A::requested, bool >mp::StructField< Accessor, Struct >inline