#include <iris_base/license.h>
#include <iris_base/export.h>
#include <memory>
Go to the source code of this file.
|
std::unique_ptr< builder > IRIS_SDK_EXPORT | iris_sdk::make_builder (const std::shared_ptr< license > &license, uint32_t version) |
| Makes iris builder with specified builder version. The license and data container will be loaded from known paths (see known_paths). More...
|
|
◆ make_builder()
std::unique_ptr<builder> IRIS_SDK_EXPORT iris_sdk::make_builder |
( |
const std::shared_ptr< license > & |
license, |
|
|
uint32_t |
version |
|
) |
| |
Makes iris builder with specified builder version. The license and data container will be loaded from known paths (see known_paths).
- Parameters
-
[in] | license | Required iris_sdk license. |
[in] | version | Builder version. |
- Exceptions
-
- Returns
- pointer to matcher