Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::detail::MakeBindableCall< T, false > Struct Template Reference

#include <cbind.h>

Public Types

enum  { RTYPE = cbind_sexptype_traits<T>::rtype }
 

Public Member Functions

ScalarBindable< T > operator() (const T &t) const
 

Detailed Description

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

Definition at line 433 of file cbind.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
RTYPE 

Definition at line 434 of file cbind.h.

Member Function Documentation

◆ operator()()

template<typename T >
ScalarBindable<T> Rcpp::sugar::cbind_impl::detail::MakeBindableCall< T, false >::operator() ( const T &  t) const
inline

Definition at line 436 of file cbind.h.

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

Here is the call graph for this function:

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