A handle for direct read access to a specific blackboard value.
auto operator=(const EntryHandle &) -> EntryHandle &=delete
auto entry_id() const -> EventId
EntryHandle(EntryHandle &&rhs) noexcept
EntryHandle(const EntryHandle &)=delete
auto get() const -> BlackboardValue< ValueType >
Returns a copy of the value wrapped in a [BlackboardValue].
auto is_up_to_date(BlackboardValue< ValueType > &value) const -> bool
Checks if the passed value is up-to-date.
auto operator=(EntryHandle &&rhs) noexcept -> EntryHandle &