ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::Not< TF > Struct Template Reference

#include <itkMetaProgrammingLibrary.h>

Detailed Description

template<typename TF>
struct itk::Not< TF >

MPL NOT operator on types.

Template Parameters
TFSecond boolean type

This overload automatically fetches TF value. However, beware, it won't work with standard C++ traits or boost traits. Indeed, this overload expects the value to follow UpperCamelCase ITK naming policy instead of the standard snake_case policy.

Definition at line 213 of file itkMetaProgrammingLibrary.h.

+ Inheritance diagram for itk::Not< TF >:
+ Collaboration diagram for itk::Not< TF >:

Public Types

using Type = typename NotC< TF::Value >::Type
 

Member Typedef Documentation

◆ Type

template<typename TF >
using itk::Not< TF >::Type = typename NotC<TF::Value>::Type

Definition at line 215 of file itkMetaProgrammingLibrary.h.


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