Skip to content

mclow/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snippets

Bits of useful code that I write

  • array_view, a simple 1-D array view class. Requires C++14 constexpr support.
  • simple_rand, a replacement for rand() using the C++11 random number library.
  • An implementation of the byte type proposed in P0298. Requires C++1z.
  • An implementation of a circular_buffer container adapter. In progress.
  • An implementation of to_chars and from_chars (for integral values) from P0682R1
  • An implementation of scope_guard from P0052R5

About

Bits of useful code that I write

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published