ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 > Struct Template Reference

#include <itkImageToImageFilterDetail.h>

Detailed Description

template<bool B1, bool B2>
struct itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >

Templated class to produce a unique type for a pairing of booleans.

BinaryBooleanDispatch is a templated class that produces a unique type for each pairing of two boolean values ((true, true), (true, false), (false, true), (false, false)).

Definition at line 108 of file itkImageToImageFilterDetail.h.

Public Types

using FirstType = BooleanDispatch< B1 >
 
using SecondType = BooleanDispatch< B2 >
 

Member Typedef Documentation

◆ FirstType

template<bool B1, bool B2>
using itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >::FirstType = BooleanDispatch<B1>

Typedefs to extract the unique types for the first and second template parameters (true/false)

Definition at line 113 of file itkImageToImageFilterDetail.h.

◆ SecondType

template<bool B1, bool B2>
using itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >::SecondType = BooleanDispatch<B2>

Definition at line 114 of file itkImageToImageFilterDetail.h.


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