Accessor to defer the application of a given unary Functor
until the evaluation is required.
More...
|
| unary_tm_accessor (Reference const &ref, Functor const &func) |
|
| unary_tm_accessor (unary_tm_accessor const &rhs) |
|
| unary_tm_accessor (null_reference const &n) |
|
unary_tm_accessor & | operator= (unary_tm_accessor const &rhs) |
|
Functor const & | functor (void) const |
|
bool | is_null (void) const |
|
value_type | read (void) const |
|
bool | is_local (void) const |
|
bool | available (void) const |
|
template<typename Notifier > |
void | request_notify (Notifier notifier) const |
|
|
typedef void | deferred_evaluation_accessor_ |
|
template<typename Reference, typename Functor>
struct stapl::detail::unary_tm_accessor< Reference, Functor >
Accessor to defer the application of a given unary Functor
until the evaluation is required.
◆ is_local()
template<typename Reference , typename Functor >
The documentation for this struct was generated from the following file: