proxsuite 0.7.1
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(...)
 
#define VEG_ASSERT_ALL_OF(...)
 
#define VEG_UNIMPLEMENTED()
 

Macro Definition Documentation

◆ VEG_ASSERT

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

Definition at line 10 of file assert_impl.hpp.

◆ VEG_ASSERT_ALL_OF

#define VEG_ASSERT_ALL_OF ( ...)
Value:
constexpr auto all_of(bool const (&lst)[N]) VEG_NOEXCEPT -> bool
Definition macros.hpp:854

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.