Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2578393
qt-rand-adapter.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
576 B
Referenced Files
None
Subscribers
None
qt-rand-adapter.hpp
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020-2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include
<kazv-defs.hpp>
#include
<memory>
class
QtRandAdapter
{
public
:
QtRandAdapter
();
~
QtRandAdapter
();
QtRandAdapter
(
const
QtRandAdapter
&
)
=
delete
;
QtRandAdapter
(
QtRandAdapter
&&
);
QtRandAdapter
&
operator
=
(
const
QtRandAdapter
&
)
=
delete
;
QtRandAdapter
&
operator
=
(
QtRandAdapter
&&
);
unsigned
int
operator
()();
private
:
struct
Private
;
std
::
unique_ptr
<
Private
>
m_d
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jun 25, 3:08 AM (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235133
Default Alt Text
qt-rand-adapter.hpp (576 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment