ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | List of all members
itk::Not< TF > Struct Template Reference

#include <itkMetaProgrammingLibrary.h>

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

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 172 of file itkMetaProgrammingLibrary.h.

Public Types

typedef NotC< TF::Value >::Type Type
 

Member Typedef Documentation

template<typename TF >
typedef NotC<TF::Value>::Type itk::Not< TF >::Type

Definition at line 173 of file itkMetaProgrammingLibrary.h.


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