tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
chars_format.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Enumerations

enum struct  chars_format : etl::uint8_t { scientific = 0x1 , fixed = 0x2 , hex = 0x4 , general = fixed | scientific }
 A BitmaskType used to specify floating-point formatting for to_chars and from_chars. More...