retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) 2025 Sensui Yagi. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4#pragma once
5
7
8namespace retinify
9{
14RETINIFY_API auto Version() noexcept -> const char *;
15} // namespace retinify
#define RETINIFY_API
Defines a macro for setting API visibility to "default" for the retinify library.
Definition attributes.hpp:8
Definition colormap.hpp:13
RETINIFY_API auto Version() noexcept -> const char *
Returns the retinify library version in semantic versioning format.