Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::detail::MakeBindableCall< 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
 

Public Member Functions

ContainerBindable< RTYPE, T > operator() (const T &t) const
 

Detailed Description

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

Definition at line 395 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::MakeBindableCall< T, true >::stored_type

Definition at line 398 of file cbind.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
RTYPE 

Definition at line 400 of file cbind.h.

Member Function Documentation

◆ operator()()

template<typename T >
ContainerBindable<RTYPE, T> Rcpp::sugar::cbind_impl::detail::MakeBindableCall< T, true >::operator() ( const T &  t) const
inline

Definition at line 402 of file cbind.h.

References Rcpp::sugar::cbind_impl::MakeContainerBindable().

Here is the call graph for this function:

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