WPILibC++
2025.1.1
Loading...
Searching...
No Matches
namespace_alias.hpp
Go to the documentation of this file.
1
// Copyright (C) 2015-2023 Jonathan Müller and foonathan/memory contributors
2
// SPDX-License-Identifier: Zlib
3
4
#ifndef WPI_MEMORY_NAMESPACE_ALIAS_HPP_INCLUDED
5
#define WPI_MEMORY_NAMESPACE_ALIAS_HPP_INCLUDED
6
7
/// \file
8
/// Convenient namespace alias.
9
10
/// \defgroup memory Memory Allocator Library
11
/// @{
12
13
/// \defgroup memory_core Core components
14
15
/// \defgroup memory_allocator Allocator implementations
16
17
/// \defgroup memory_adapter Adapters and Wrappers
18
19
/// \defgroup memory_storage Allocator storage
20
21
/// @}
22
23
/// \namespace wpi
24
/// Foonathan namespace.
25
26
/// \namespace wpi::memory
27
/// Memory namespace.
28
29
/// \namespace wpi::memory::literals
30
/// Literals namespace.
31
32
namespace
wpi
33
{
34
namespace
memory
35
{
36
}
37
}
// namespace wpi
38
39
namespace
memory
=
wpi::memory
;
40
///@}
41
#endif
// WPI_MEMORY_NAMESPACE_ALIAS_HPP_INCLUDED
wpi::memory
Memory namespace.
Definition
heap_allocator.hpp:20
wpi
Foonathan namespace.
Definition
ntcore_cpp.h:26
wpi
memory
namespace_alias.hpp
Generated on Thu Jan 2 2025 00:19:46 for WPILibC++ by
1.12.0