示例#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)); 
 }
 template <typename T> static inline pointee * get(T & x)
 {
     return do_get_pointer(x, lslboost::addressof(x)); 
 }