Skip to content

syntion/rant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranged Number Types

The RANT Library provides ranged integers and floating point types for C++11.

Over and under runs can be both, a correctness and security threat. RANT therefore provides runtime checking of ranges. Range violations produce exceptions which can then be handled safely.

Checks are supposed to be lightweight enough to be included in production code. If required, ranged types can be replaced by their native counterparts via compile flag to get rid of any overhead.

Licensing

Copyright (c) 2012, Sebastian Jeltsch ([email protected])

Distributed under the terms of the GPLv2 or newer

About

Ranged Number Types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.4%
  • C 12.0%
  • Python 4.0%
  • Shell 0.6%