Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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

namespace  Rcpp
 Rcpp API.

Macros

#define TINYFORMAT_ERROR(REASON)
#define TINYFORMAT_USE_VARIADIC_TEMPLATES
#define TINYFORMAT_ASSERT(cond)

Functions

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

Macro Definition Documentation

◆ TINYFORMAT_ASSERT

#define TINYFORMAT_ASSERT ( cond)
Value:
do if (!(cond)) ::Rcpp::stop("Assertion failed"); while(0)
void NORET stop(const std::string &message)
Definition exceptions.h:119

Definition at line 31 of file tinyformat.h.

Referenced by tinyformat::detail::FormatArg::format(), tinyformat::detail::formatValueAsType< T, fmtT, convertible >::invoke(), and tinyformat::detail::FormatArg::toInt().

◆ TINYFORMAT_ERROR

◆ TINYFORMAT_USE_VARIADIC_TEMPLATES

#define TINYFORMAT_USE_VARIADIC_TEMPLATES

Definition at line 30 of file tinyformat.h.