|
Rcpp Version 1.1.2
|
#include "tinyformat/tinyformat.h"

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) |
| #define TINYFORMAT_ASSERT | ( | cond | ) |
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().
| #define TINYFORMAT_ERROR | ( | REASON | ) |
Definition at line 29 of file tinyformat.h.
Referenced by tinyformat::detail::formatImpl(), tinyformat::detail::convertToInt< T, convertible >::invoke(), and tinyformat::detail::streamStateFromFormat().
| #define TINYFORMAT_USE_VARIADIC_TEMPLATES |
Definition at line 30 of file tinyformat.h.