proxsuite
0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
terminate.hpp
Go to the documentation of this file.
1
#ifndef VEG_TERMINATE_HPP_YMTONE4HS
2
#define VEG_TERMINATE_HPP_YMTONE4HS
3
4
#include "
proxsuite/linalg/veg/internal/prologue.hpp
"
5
#include <exception>
6
7
namespace
proxsuite
{
8
namespace
linalg {
9
namespace
veg {
10
namespace
_detail {
11
[[noreturn]]
inline
void
12
terminate
()
noexcept
13
{
14
std::terminate();
15
}
16
}
// namespace _detail
17
}
// namespace veg
18
}
// namespace linalg
19
}
// namespace proxsuite
20
21
#include "
proxsuite/linalg/veg/internal/epilogue.hpp
"
22
#endif
/* end of include guard VEG_TERMINATE_HPP_YMTONE4HS */
epilogue.hpp
proxsuite::linalg::veg::_detail::terminate
void terminate() noexcept
Definition
terminate.hpp:12
proxsuite
Definition
common.hpp:14
prologue.hpp
proxsuite::linalg::veg::Ref
Definition
ref.hpp:30
include
proxsuite
linalg
veg
internal
terminate.hpp
Generated by
1.10.0