Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
it-works/binary_output/README.md
Joshua Moerman (@Kassalade) 093e50fa3f markdown jeej
2011-05-22 17:54:40 +02:00

199 B

Usage:

std::cout << make_binary(1337) << make_binary("a c-style array");

will output binary representations of shizzle.

Make sure your type is copyable by just copying it's memory-region.