ML Reference
|
#include "mlUtilsSystem.h"
#include <ThirdPartyWarningsDisable.h>
#include <atomic>
#include <ThirdPartyWarningsRestore.h>
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Typedefs | |
using | ml::AtomicCounter = std::atomic_int32_t |
AtomicCounter is a thread-safe integer counter. | |