fortran-fast-float
Eisel-Lemire fast float parsing for Fortran
Loading...
Searching...
No Matches
Public Attributes
|
List of all members
fast_float_module::outcomes_enum Type Reference
Collaboration diagram for fast_float_module::outcomes_enum:
[
legend
]
Public Attributes
type(
outcome
)
ok
=
outcome
(0)
type(
outcome
)
invalid_input
=
outcome
(1)
type(
outcome
)
out_of_range
=
outcome
(2)
Member Data Documentation
◆
invalid_input
type(
outcome
) fast_float_module::outcomes_enum::invalid_input =
outcome
(1)
◆
ok
type(
outcome
) fast_float_module::outcomes_enum::ok =
outcome
(0)
◆
out_of_range
type(
outcome
) fast_float_module::outcomes_enum::out_of_range =
outcome
(2)
The documentation for this type was generated from the following file:
fast_float_module.F90
fast_float_module
outcomes_enum
Generated by
1.13.2