Sha256: 94b46f4ef709d15c19dcad1907a35449f5c0f86b12b040c2672acc438e209be3
Contents?: true
Size: 388 Bytes
Versions: 31
Compression:
Stored size: 388 Bytes
Contents
#ifndef Rice__detail__to_ruby__hpp_ #define Rice__detail__to_ruby__hpp_ namespace Rice { namespace detail { template<typename T> struct to_ruby_ { static Rice::Object convert(T const & x); }; template<typename T> struct to_ruby_<T *> { static Rice::Object convert(T * x); }; } // detail } // Rice #endif // Rice__detail__to_ruby__hpp_
Version data entries
31 entries across 31 versions & 5 rubygems