예제 #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
파일: scheduler.hpp 프로젝트: Hegen/libcppa
 static inline actor_ptr _(const self_type& s) { return s.get(); }