Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
UnorderedSetFwd.h
Go to the documentation of this file.
1
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2
// SPDX-FileCopyrightText: 2026 Jorrit Rouwe
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
JPH_NAMESPACE_BEGIN
8
9
// Forward declaration of UnorderedSet (defined in UnorderedSet.h).
10
// This is provided because compiling UnorderedSet.h can be expensive due to its use of templates.
11
template
<
class
Key,
class
Hash = JPH::Hash<Key>,
class
KeyEqual = std::equal_to<Key>>
12
class
UnorderedSet
;
13
14
JPH_NAMESPACE_END
JPH_NAMESPACE_END
#define JPH_NAMESPACE_END
Definition
Core.h:425
JPH_NAMESPACE_BEGIN
#define JPH_NAMESPACE_BEGIN
Definition
Core.h:419
UnorderedSet
Definition
UnorderedSet.h:30
Jolt
Core
UnorderedSetFwd.h
Generated by
1.12.0