Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::detail::matrix_return< T, true > Struct Template Reference

#include <cbind.h>

Public Types

enum  { RTYPE = cbind_sexptype_traits<stored_type>::rtype }
 
typedef cbind_storage_type< cbind_sexptype_traits< typename T::stored_type >::rtype >::type stored_type
 
typedef Rcpp::Matrix< RTYPEtype
 

Detailed Description

template<typename T>
struct Rcpp::sugar::cbind_impl::detail::matrix_return< T, true >

Definition at line 466 of file cbind.h.

Member Typedef Documentation

◆ stored_type

template<typename T >
typedef cbind_storage_type< cbind_sexptype_traits<typename T::stored_type>::rtype >::type Rcpp::sugar::cbind_impl::detail::matrix_return< T, true >::stored_type

Definition at line 469 of file cbind.h.

◆ type

template<typename T >
typedef Rcpp::Matrix<RTYPE> Rcpp::sugar::cbind_impl::detail::matrix_return< T, true >::type

Definition at line 472 of file cbind.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
RTYPE 

Definition at line 471 of file cbind.h.


The documentation for this struct was generated from the following file: