proxsuite 0.6.4
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
assert_impl.hpp File Reference
Include dependency graph for assert_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VEG_ASSERT(...)   assert((__VA_ARGS__))
 
#define VEG_ASSERT_ALL_OF(...)    assert(::proxsuite::linalg::veg::_detail::all_of({ __VA_ARGS__ }))
 
#define VEG_UNIMPLEMENTED()
 

Macro Definition Documentation

◆ VEG_ASSERT

#define VEG_ASSERT ( ...)    assert((__VA_ARGS__))

Definition at line 10 of file assert_impl.hpp.

◆ VEG_ASSERT_ALL_OF

#define VEG_ASSERT_ALL_OF ( ...)     assert(::proxsuite::linalg::veg::_detail::all_of({ __VA_ARGS__ }))

Definition at line 12 of file assert_impl.hpp.

◆ VEG_UNIMPLEMENTED

#define VEG_UNIMPLEMENTED ( )
Value:
VEG_ASSERT(false); \
HEDLEY_UNREACHABLE()
#define VEG_ASSERT(...)

Definition at line 15 of file assert_impl.hpp.