DATAKIT API  V2025.1
config.hpp File Reference

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))
 

Macro Definition Documentation

◆ DTK_CONSTEXPR

#define DTK_CONSTEXPR   constexpr

◆ DTK_CONSTEXPR_OR_CONST

#define DTK_CONSTEXPR_OR_CONST   constexpr

◆ DTK_CXX14_CONSTEXPR

#define DTK_CXX14_CONSTEXPR   constexpr

◆ DTK_NOEXCEPT

#define DTK_NOEXCEPT   noexcept

◆ DTK_NOEXCEPT_EXPR

#define DTK_NOEXCEPT_EXPR (   Expression)    noexcept((Expression))

◆ DTK_NOEXCEPT_IF

#define DTK_NOEXCEPT_IF (   Predicate)    noexcept((Predicate))