1 #ifndef __JCONSTANTFUNCTION1D__
2 #define __JCONSTANTFUNCTION1D__
13 namespace JPP {
using namespace JTOOLS; }
25 template<
class JArgument_t,
class JResult_t>
126 __y +=
function.getY();
139 __y -=
function.getY();
177 return in >>
function.__y;
190 return out <<
function.__y;
Interface for binary output.
JArgument< T >::argument_type argument_type
Auxiliary class to assign zero value.
Interface for binary input.