Skip to content

Andersama/from_chars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

from_chars

A slight variation from std::from_chars.

This header assumes no knowledge of input, format is detected during the parse.

Parses integers (while ignoring specified characters) in several forms:

  • binary: 0[bB][01]+
  • octal: 0[01234567]*
  • decimal: [123456789][0123456789]*
  • hexidecimal: 0[xX][0123456789ABCDEFabcdef]+

TODO: floating points

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages