Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
unordered_dense.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR   3
 
#define ANKERL_UNORDERED_DENSE_VERSION_MINOR   1
 
#define ANKERL_UNORDERED_DENSE_VERSION_PATCH   1
 
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch)   v##major##_##minor##_##patch
 
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT(major, minor, patch)   ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch)
 
#define ANKERL_UNORDERED_DENSE_NAMESPACE
 
#define ANKERL_UNORDERED_DENSE_CPP_VERSION   __cplusplus
 
#define ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS()   0
 
#define ANKERL_UNORDERED_DENSE_NOINLINE   __attribute__((noinline))
 

Macro Definition Documentation

◆ ANKERL_UNORDERED_DENSE_CPP_VERSION

#define ANKERL_UNORDERED_DENSE_CPP_VERSION   __cplusplus

◆ ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS

#define ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS ( )    0

◆ ANKERL_UNORDERED_DENSE_NAMESPACE

#define ANKERL_UNORDERED_DENSE_NAMESPACE
Value:
#define ANKERL_UNORDERED_DENSE_VERSION_MINOR
Definition unordered_dense.h:34
#define ANKERL_UNORDERED_DENSE_VERSION_PATCH
Definition unordered_dense.h:35
#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR
Definition unordered_dense.h:33
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT(major, minor, patch)
Definition unordered_dense.h:39

◆ ANKERL_UNORDERED_DENSE_NOINLINE

#define ANKERL_UNORDERED_DENSE_NOINLINE   __attribute__((noinline))

◆ ANKERL_UNORDERED_DENSE_VERSION_CONCAT

#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT (   major,
  minor,
  patch 
)    ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch)

◆ ANKERL_UNORDERED_DENSE_VERSION_CONCAT1

#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT1 (   major,
  minor,
  patch 
)    v##major##_##minor##_##patch

◆ ANKERL_UNORDERED_DENSE_VERSION_MAJOR

#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR   3

◆ ANKERL_UNORDERED_DENSE_VERSION_MINOR

#define ANKERL_UNORDERED_DENSE_VERSION_MINOR   1

◆ ANKERL_UNORDERED_DENSE_VERSION_PATCH

#define ANKERL_UNORDERED_DENSE_VERSION_PATCH   1