| XRTraits C++ OpenXR Utilities
    | 
Header wrapping or stubbing GSL. More...
#include <assert.h>
Go to the source code of this file.
| Macros | |
| #define | GSL_ASSUME(X) assert(X) | 
| #define | Expects(X) assert(X) | 
| When GSL is available, normally asserts a precondition.  More... | |
Header wrapping or stubbing GSL.
| #define Expects | ( | X | ) | assert(X) | 
When GSL is available, normally asserts a precondition.
| #define GSL_ASSUME | ( | X | ) | assert(X) | 
When GSL is available, normally tells the optimizer to assume the condition is true.
 1.8.13
 1.8.13