template <class T>
class vtb::guile::Traits
Types
  • using value_type = T
Methods
  • make(T && rhs) -> SCM
  • make(const T & rhs) -> SCM
  • make() -> SCM
  • type() -> SCM
  • define() -> void
template <class T>
get_object(SCM object) -> T *
template <class T>
get_pointer(SCM object) -> T *
get_wrapper(SCM object) -> Wrapper< std::any > *
template <class T>
get_wrapper(SCM object) -> Wrapper< T > *