PLearn 0.1
Static Public Member Functions
PLearn::chkUnsigned< true > Struct Template Reference

#include <PStream.h>

List of all members.

Static Public Member Functions

template<class I >
static bool notOk (I &y)

Detailed Description

template<>
struct PLearn::chkUnsigned< true >

Definition at line 67 of file PStream.h.


Member Function Documentation

template<class I >
static bool PLearn::chkUnsigned< true >::notOk ( I &  y) [inline, static]

Definition at line 68 of file PStream.h.

References notOk().

Referenced by notOk().

{ template<class I> static bool notOk(I& y) { return y<0; } };

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines