3 #ifndef __CDS_DETAILS_STATIC_FUNCTOR_H
4 #define __CDS_DETAILS_STATIC_FUNCTOR_H
7 namespace cds { namespace details {
9 template <class Functor, typename T>
12 static void call( T * p )
18 }} // namespace cds::details
21 #endif // #ifndef __CDS_DETAILS_STATIC_FUNCTOR_H