MyraMath
Functions
eprintf.h File Reference

Returns a std::runtime_error() whose message has been populated using printf()-style formatting. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <stdexcept>
#include <string>
Include dependency graph for eprintf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::runtime_error myra::eprintf (const char *format,...)
 Returns a std::runtime_error(), populated in the style of printf().
 

Detailed Description

Returns a std::runtime_error() whose message has been populated using printf()-style formatting.