Rcpp Version 1.0.9
Rcpp::traits::remove_const_and_reference< T > Struct Template Reference

#include <remove_const_and_reference.h>

Public Types

typedef remove_const< typename remove_reference< T >::type >::type type
 

Detailed Description

template<typename T>
struct Rcpp::traits::remove_const_and_reference< T >

Definition at line 29 of file remove_const_and_reference.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef remove_const< typename remove_reference<T>::type >::type Rcpp::traits::remove_const_and_reference< T >::type

Definition at line 30 of file remove_const_and_reference.h.


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