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

◆ operator<<() [11/18]

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

Definition at line 183 of file buffer.hpp.

184 {
185 put(x);
186 return *this;
187 }
void put(const char *s)
Definition buffer.cpp:35
volatile int x

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