Go to the source code of this file.
Macros | |
| #define | DTK_CONSTEXPR constexpr | 
| #define | DTK_CONSTEXPR_OR_CONST constexpr | 
| #define | DTK_CXX14_CONSTEXPR constexpr | 
| #define | DTK_NOEXCEPT noexcept | 
| #define | DTK_NOEXCEPT_EXPR(Expression) noexcept((Expression)) | 
| #define | DTK_NOEXCEPT_IF(Predicate) noexcept((Predicate)) | 
| #define DTK_CONSTEXPR constexpr | 
| #define DTK_CONSTEXPR_OR_CONST constexpr | 
| #define DTK_CXX14_CONSTEXPR constexpr | 
| #define DTK_NOEXCEPT noexcept | 
| #define DTK_NOEXCEPT_EXPR | ( | Expression | ) | noexcept((Expression)) | 
| #define DTK_NOEXCEPT_IF | ( | Predicate | ) | noexcept((Predicate)) |