Observable Reference
Generic observable objects for C++
observable::expr::expr_detail::is_observable< T > Struct Template Reference

Description

template<typename T>
struct observable::expr::expr_detail::is_observable< T >

Check if a type is either an expression_node or an observable value<ValueType, EqualityComparator>.

The static member value will be true if the provided type is either an observable value<ValueType, EqualityComparator> or an expression_node.