PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
namespace_compat.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
24#pragma once
25
26// Establish kcenon::pacs namespace (must exist before aliasing)
27namespace kcenon::pacs {}
28
31namespace pacs = kcenon::pacs;