Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ankerl_dense.hpp File Reference

Go to the source code of this file.

Macros

#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR   4
 
#define ANKERL_UNORDERED_DENSE_VERSION_MINOR    5
 
#define ANKERL_UNORDERED_DENSE_VERSION_PATCH   0
 
#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))
 
#define ANKERL_UNORDERED_DENSE_EXPORT
 

Macro Definition Documentation

◆ ANKERL_UNORDERED_DENSE_CPP_VERSION

#define ANKERL_UNORDERED_DENSE_CPP_VERSION   __cplusplus

Definition at line 53 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_EXPORT

#define ANKERL_UNORDERED_DENSE_EXPORT

Definition at line 78 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS

#define ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS ( )    0

Definition at line 68 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_NAMESPACE

#define ANKERL_UNORDERED_DENSE_NAMESPACE
Value:
#define ANKERL_UNORDERED_DENSE_VERSION_MINOR
#define ANKERL_UNORDERED_DENSE_VERSION_PATCH
#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT(major, minor, patch)

Definition at line 45 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_NOINLINE

#define ANKERL_UNORDERED_DENSE_NOINLINE   __attribute__((noinline))

Definition at line 73 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_VERSION_CONCAT

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

Definition at line 43 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_VERSION_CONCAT1

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

Definition at line 41 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_VERSION_MAJOR

#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR   4

Definition at line 33 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_VERSION_MINOR

#define ANKERL_UNORDERED_DENSE_VERSION_MINOR    5

Definition at line 34 of file ankerl_dense.hpp.

◆ ANKERL_UNORDERED_DENSE_VERSION_PATCH

#define ANKERL_UNORDERED_DENSE_VERSION_PATCH   0

Definition at line 36 of file ankerl_dense.hpp.