ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
CxxUtils
detail
IsHash
CxxUtils::detail::IsHash Concept Reference
#include <
concepts.h
>
Concept definition
template
<
class
HASHER,
class
T>
concept
IsHash
=
std::destructible<HASHER> &&
std::copy_constructible<HASHER> &&
requires
(
const
HASHER&
h
, T
x
)
{
{
h
(
x
) } -> std::same_as<std::size_t>;
}
x
#define x
h
Header file for AthHistogramAlgorithm.
CxxUtils::detail::IsHash
Definition
concepts.h:30
Detailed Description
Definition at line
30
of file
concepts.h
.
Generated on
for ATLAS Offline Software by
1.17.0