Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Preprocessor.h
Go to the documentation of this file.
1 
17 #ifndef INCLUDE_MOLASSEMBLER_TEMPLE_PREPROCESSOR_H
18 #define INCLUDE_MOLASSEMBLER_TEMPLE_PREPROCESSOR_H
19 
36 #define PURITY_WEAK [[gnu::pure]]
37 
65 #define PURITY_STRONG [[gnu::const]]
66 
67 #endif