2 * Copyright (c) 2016-2022 Philippe Proulx <pproulx@efficios.com>
4 * SPDX-License-Identifier: MIT
7 #include "uuid-view.hpp"
12 UuidView::UuidView(const Uuid
& uuid
) noexcept
: _mUuid
{uuid
.data()}
16 UuidView::operator Uuid() const noexcept
21 } /* namespace bt2c */
This page took 0.029719 seconds and 4 git commands to generate.