Exemple #1
0
 bool operator< ( self_type rhs ) const { return internal_id < rhs.get(); }
Exemple #2
0
 bool operator>= (self_type rhs ) const { return internal_id >= rhs.get(); }
Exemple #3
0
 static inline actor_ptr _(const self_type& s) { return s.get(); }