Boost::binary<>
Posted
by atch
on Stack Overflow
See other posts from Stack Overflow
or by atch
Published on 2010-03-20T14:26:58Z
Indexed on
2010/03/21
17:31 UTC
Read the original article
Hit count: 496
Hi, Is there anything in boost libraries like binary? For example I would like to write:
binary<10101> a;
I'm ashamed to admit that I've tried to find it (Google, Boost) but no results. They're mention something about binary_int<> but I couldn't find neither if it is available nor what header file shall I include;
Thanks for help.
© Stack Overflow or respective owner