docs/taskflow_8hpp.html
main taskflow include file
namespace tftaskflow namespace
#define TF_VERSIONversion of the Taskflow (currently 4.1.0)#define TF_MAJOR_VERSIONmajor version of Taskflow, which is equal to TF_VERSION/100000#define TF_MINOR_VERSIONminor version of Taskflow, which is equal to TF_VERSION / 100 % 1000#define TF_PATCH_VERSIONpatch version of Taskflow, which is equal to TF_VERSION % 100
version of the Taskflow (currently 4.1.0)
The version system is made of a major version number, a minor version number, and a patch number: