Turi Create
4.0
apple_config.hpp
1
#ifndef TURI_APPLE_SYSTEM_CONFIG_H_
2
#define TURI_APPLE_SYSTEM_CONFIG_H_
3
4
#include <string>
5
6
7
#ifdef __APPLE__
8
9
namespace
turi
{
namespace
config {
10
11
void
init_cocoa_multithreaded_runtime();
12
13
std::string get_apple_system_temporary_directory();
14
15
}}
16
17
#endif
18
19
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
core
system
platform
config
apple_config.hpp
Generated by
1.8.13