Turi Create
4.0
options_map.hpp
1
/* Copyright © 2017 Apple Inc. All rights reserved.
2
*
3
* Use of this source code is governed by a BSD-3-clause license that can
4
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef TURI_UNITY_OPTIONS_MAP_HPP
7
#define TURI_UNITY_OPTIONS_MAP_HPP
8
namespace
turi
{
9
/**
10
* \ingroup unity
11
* An options map is a map from string to a flexible_type.
12
* Also see variant_map_type
13
*/
14
typedef
std::map<std::string, flexible_type>
options_map_t
;
15
}
16
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
turi::options_map_t
std::map< std::string, flexible_type > options_map_t
Definition:
options_map.hpp:14
model_server
lib
options_map.hpp
Generated by
1.8.13