CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::RealTraits::IsTotalZero< T_Type, typename > Struct Template Reference

Function for checking if the value of the type is completely zero. More...

#include <realTraits.hpp>

Public Types

using Type = T_Type
 See IsTotalZero.
 

Static Public Member Functions

static bool isTotalZero (Type const &v)
 Checks if the values are completely zero.
 

Detailed Description

template<typename T_Type, typename = void>
struct codi::RealTraits::IsTotalZero< T_Type, typename >

Function for checking if the value of the type is completely zero.

Template Parameters
T_TypeThe type of the real value.

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