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