Public Types | Static Public Attributes | List of all members
vnl_numeric_traits< bool const > Class Template Reference

#include <vnl_numeric_traits.h>

Inheritance diagram for vnl_numeric_traits< bool const >:
Inheritance graph
[legend]

Public Types

typedef unsigned int abs_t
 Return value of abs(). More...
 
typedef unsigned int double_t
 Name of a type twice as long as this one for accumulators and products. More...
 
typedef double real_t
 Name of type which results from multiplying this type with a double. More...
 

Static Public Attributes

static constexpr bool zero = false
 Additive identity. More...
 
static constexpr bool one = true
 Multiplicative identity. More...
 
static constexpr bool maxval = true
 Maximum value which this type can assume. More...
 

Detailed Description

template<>
class vnl_numeric_traits< bool const >

Definition at line 88 of file vnl_numeric_traits.h.

Member Typedef Documentation

◆ abs_t

typedef unsigned int vnl_numeric_traits< bool >::abs_t
inherited

Return value of abs().

Definition at line 80 of file vnl_numeric_traits.h.

◆ double_t

typedef unsigned int vnl_numeric_traits< bool >::double_t
inherited

Name of a type twice as long as this one for accumulators and products.

Definition at line 82 of file vnl_numeric_traits.h.

◆ real_t

typedef double vnl_numeric_traits< bool >::real_t
inherited

Name of type which results from multiplying this type with a double.

Definition at line 84 of file vnl_numeric_traits.h.

Member Data Documentation

◆ maxval

constexpr bool vnl_numeric_traits< bool >::maxval = true
staticinherited

Maximum value which this type can assume.

Definition at line 78 of file vnl_numeric_traits.h.

◆ one

constexpr bool vnl_numeric_traits< bool >::one = true
staticinherited

Multiplicative identity.

Definition at line 76 of file vnl_numeric_traits.h.

◆ zero

constexpr bool vnl_numeric_traits< bool >::zero = false
staticinherited

Additive identity.

Definition at line 74 of file vnl_numeric_traits.h.


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