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