/home/runner/work/HiCR/HiCR/include/hicr/frontends/tasking/common.hpp File Reference
HiCR
|
common.hpp File Reference
This file implements variables shared among mutiple code files. More...
#include <cstdint>
#include <functional>
Go to the source code of this file.
Typedefs | |
using | HiCR::tasking::uniqueId_t = uint64_t |
template<class T > | |
using | HiCR::tasking::callbackFc_t = std::function< void(T)> |
Detailed Description
This file implements variables shared among mutiple code files.
- Date
- 3/4/2024
Typedef Documentation
◆ callbackFc_t
template<class T >
using HiCR::tasking::callbackFc_t = typedef std::function<void(T)> |
Definition for an generic callback
◆ uniqueId_t
using HiCR::tasking::uniqueId_t = typedef uint64_t |
Type definition for a number that can be used as universally unique identifier
Generated by