Skip to content

jfbastien/bit_cast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bit-casting object representations

Sample implementation for the C++ standards committee paper on bit_cast.

The implementation conforms to the API as described in the paper, and showcases concept checking using:

  • C++ concepts from the Concepts TS, as available in GCC 6 and later.
  • SFINAE.
  • enable_if.

The associated tests try to hit interesting / horrible uses of this feature.

About

bit_cast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors