Rcpp Version 1.0.9
Rcpp::traits::if_< COND, LHS, RHS > Struct Template Reference

#include <if_.h>

Public Types

typedef LHS type
 

Detailed Description

template<bool COND, typename LHS, typename RHS>
struct Rcpp::traits::if_< COND, LHS, RHS >

Definition at line 29 of file if_.h.

Member Typedef Documentation

◆ type

template<bool COND, typename LHS , typename RHS >
typedef LHS Rcpp::traits::if_< COND, LHS, RHS >::type

Definition at line 30 of file if_.h.


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