Rcpp Version 1.0.9
tinyformat.h File Reference
Include dependency graph for tinyformat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Rcpp
 Rcpp API.
 

Macros

#define TINYFORMAT_ERROR(REASON)   ::Rcpp::stop(REASON)
 
#define TINYFORMAT_NO_VARIADIC_TEMPLATES
 
#define TINYFORMAT_ASSERT(cond)   do if (!(cond)) ::Rcpp::stop("Assertion failed"); while(0)
 

Functions

void NORET Rcpp::stop (const std::string &message)
 

Macro Definition Documentation

◆ TINYFORMAT_ASSERT

#define TINYFORMAT_ASSERT (   cond)    do if (!(cond)) ::Rcpp::stop("Assertion failed"); while(0)

Definition at line 38 of file tinyformat.h.

◆ TINYFORMAT_ERROR

#define TINYFORMAT_ERROR (   REASON)    ::Rcpp::stop(REASON)

Definition at line 29 of file tinyformat.h.

◆ TINYFORMAT_NO_VARIADIC_TEMPLATES

#define TINYFORMAT_NO_VARIADIC_TEMPLATES

Definition at line 35 of file tinyformat.h.