Iros
Loading...
Searching...
No Matches
floats.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::types
{
4
using
f32
= float;
5
using
f64
= double;
6
}
7
8
namespace
di
{
9
using
types::f32
;
10
using
types::f64
;
11
}
12
13
#if !defined(DI_NO_GLOBALS) && !defined(DI_NO_GLOBAL_TYPES)
14
using
di::f32
;
15
using
di::f64
;
16
#endif
di::types
Definition
method.h:5
di::types::f32
float f32
Definition
floats.h:4
di::types::f64
double f64
Definition
floats.h:5
di
Definition
zstring_parser.h:9
libs
di
include
di
types
floats.h
Generated by
1.13.0