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
Joshua Moerman (@Kassalade) 47557ea5f6 docs
2011-05-22 17:41:27 +02:00

7 lines
191 B
Text

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.