Maipa's Standard Library Extension
1.5.6
mstd
Loading...
Searching...
No Matches
types.hpp
1
/*
2
* mstd - Maipa's Standard Library
3
*
4
* Licensed under the BSD 3-Clause License with Attribution Requirement.
5
* See the LICENSE file for details: https://github.com/MAIPA01/mstd/blob/main/LICENSE
6
*
7
* Copyright (c) 2025, Patryk Antosik (MAIPA01)
8
*/
9
#
pragma
once
10
#
ifndef
_MSTD_TYPES_HPP_
11
#
define
_MSTD_TYPES_HPP_
12
13
#
include
<
mstd
/
config
.
hpp
>
14
15
#
if
!
_MSTD_HAS_CXX17
16
_MSTD_WARNING(
"this is only available for c++17 and greater!"
);
17
#
else
18
19
#
include
<
mstd
/
arithmetic_types
.
hpp
>
20
#
include
<
mstd
/
containers_types
.
hpp
>
21
#
include
<
mstd
/
events_types
.
hpp
>
22
#
include
<
mstd
/
functions_types
.
hpp
>
23
#
include
<
mstd
/
management_types
.
hpp
>
24
#
include
<
mstd
/
string_types
.
hpp
>
25
#
include
<
mstd
/
terminal_types
.
hpp
>
26
#
include
<
mstd
/
utils
.
hpp
>
27
28
#
endif
29
#
endif
_MSTD_HAS_CXX17
#define _MSTD_HAS_CXX17
Definition
config.hpp:45
mstd
include
main
mstd
types.hpp
Generated by
1.16.1