10 #include <duds/BuildConfig.h> 12 #include <boost/multiprecision/cpp_int.hpp> 15 namespace duds {
namespace data {
17 std::istream &
operator >> (std::istream &is, __int128 &b) {
20 b =
static_cast<__int128
>(mpi);
23 std::ostream &
operator << (std::ostream &os, __int128
const &b) {
boost::multiprecision::int128_t int128_t
The type used for 128-bit integers.
ConversationExtractor & operator>>(ConversationExtractor &ce, Int &i)
Extraction operator to read an integer from a Conversation through a ConversationExtractor object...
ConversationVector & operator<<(ConversationVector &cv, const Int &i)
Insertion operator to add an integer to a ConversationVector object.