DNA Calib 1.1
Project brief
PredefinedCodes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "status/StatusCode.h"
6
7namespace sc {
8
9static const StatusCode OK{0, "Ok"};
10
11} // namespace sc
Definition: Provider.h:20
static const StatusCode OK
Definition: PredefinedCodes.h:9
Definition: StatusCode.h:11