#include <exception.h>
|
| | exception_segv () |
| |
| template<typename HEAD , typename ... TAIL> |
| | exception_segv (HEAD const &head, TAIL const &... tail) |
| |
| template<typename HEAD , typename ... TAIL> |
| void | handle (HEAD const &head, TAIL const &... tail) |
| |
| void | handle (void) |
| |
◆ exception_segv() [1/2]
| mui::exception_segv::exception_segv |
( |
| ) |
|
|
inlineexplicit |
◆ exception_segv() [2/2]
template<typename HEAD , typename ... TAIL>
| mui::exception_segv::exception_segv |
( |
HEAD const & |
head, |
|
|
TAIL const &... |
tail |
|
) |
| |
|
inline |
◆ handle() [1/2]
template<typename HEAD , typename ... TAIL>
| void mui::exception_segv::handle |
( |
HEAD const & |
head, |
|
|
TAIL const &... |
tail |
|
) |
| |
|
inline |
◆ handle() [2/2]
| void mui::exception_segv::handle |
( |
void |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: