mimic++
v9.2.1
Loading...
Searching...
No Matches
PassKey.hpp
Go to the documentation of this file.
1
// Copyright Dominic (DNKpp) Koepke 2024 - 2025.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE_1_0.txt or copy at
4
// https://www.boost.org/LICENSE_1_0.txt)
5
6
#ifndef MIMICPP_UTILITIES_PASS_KEY_HPP
7
#define MIMICPP_UTILITIES_PASS_KEY_HPP
8
9
#pragma once
10
11
#include "
mimic++/config/Config.hpp
"
12
13
MIMICPP_DETAIL_MODULE_EXPORT
namespace
mimicpp::util
14
{
27
template
<
typename
Trusted>
28
struct
pass_key
29
{
30
private
:
31
friend
Trusted;
32
pass_key() =
default
;
33
};
34
}
35
36
#endif
Config.hpp
MIMICPP_DETAIL_MODULE_EXPORT
#define MIMICPP_DETAIL_MODULE_EXPORT
Definition
Config.hpp:19
mimicpp::util
Definition
Fwd.hpp:445
mimic++
utilities
PassKey.hpp
Generated on Thu Dec 4 2025 for mimic++ by
1.13.2