Rcpp Version 1.0.9
|
#include "tinyformat/tinyformat.h"
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) |
#define TINYFORMAT_ASSERT | ( | cond | ) | do if (!(cond)) ::Rcpp::stop("Assertion failed"); while(0) |
Definition at line 38 of file tinyformat.h.
#define TINYFORMAT_ERROR | ( | REASON | ) | ::Rcpp::stop(REASON) |
Definition at line 29 of file tinyformat.h.
#define TINYFORMAT_NO_VARIADIC_TEMPLATES |
Definition at line 35 of file tinyformat.h.