예제 #1
0
파일: that_ptr.hpp 프로젝트: 3Jade/Sprawl
 BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
 static inline pointee * get(T & x)
 {
     return do_get_pointer(x, boost::addressof(x)); 
 }
예제 #2
0
 template <typename T> static inline pointee * get(T & x)
 {
     return do_get_pointer(x, lslboost::addressof(x)); 
 }