C++ Utilities
Loading...
Searching...
No Matches
namespace.h
Go to the documentation of this file.
1#pragma once
2// SPDX-FileCopyrightText: 2025 Nessan Fitzmaurice <nzznfitz+gh@icloud.com>
3// SPDX-License-Identifier: MIT
4
7
10namespace utilities {}
11
12// Include everything ...
13#include "utilities.h"
14
15// Exose the namespace
16using namespace utilities;
The namespace for the utilities library.
Definition formatter.h:14
An "include everything" header for the utilities library.