Functions¶
A¶
functionassertion_failed(const std::string &, const char *, int) Prints a failed assertion tostderr.
C¶
functioncheck_assertion(...) SFINAE fallback for non-comparison arguments.functioncheck_assertion(const comparison<Op, L, R> &, const char *, const char *, int) Evaluates a full comparison and reports it on failure.functioncheck_assertion(const half_comparison<L> &, const char *, const char *, int) Evaluates a half comparison (a bare boolean operand) and reports it on failure.functioncurrent_epsilon()
D¶
S¶
functionsafe_cast(const InType &) Casts between integral types after range-checking the source value.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.