Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator<<() [12/18]

buffer & buffer::operator<< ( mpfr_srcptr x)
inline

Definition at line 178 of file buffer.hpp.

179 {
180 put(x);
181 return *this;
182 }
void put(const char *s)
Definition buffer.cpp:35
volatile int x

References buffer(), put(), and x.