MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::RangeVectorTraits< bool > Struct Template Reference

#include <gradient.h>

Static Public Member Functions

static bool Zero ()
 
static bool Invalid ()
 

Detailed Description

template<>
struct grad::RangeVectorTraits< bool >

Definition at line 336 of file gradient.h.

Member Function Documentation

static bool grad::RangeVectorTraits< bool >::Invalid ( )
inlinestatic

Definition at line 341 of file gradient.h.

341  {
342  return false;
343  }
static bool grad::RangeVectorTraits< bool >::Zero ( )
inlinestatic

Definition at line 337 of file gradient.h.

337  {
338  return false;
339  }

The documentation for this struct was generated from the following file: