Into

Modules

Documentation

classPii::NotClass

#include <PiiMetaTemplate.h>

Logical not operation.

Description

The template parameter must be a valid static logical operator.

 ASSERT(NotClass<False>::boolValue == true);
 ASSERT(NotClass<True>::boolValue == false);

Public types

enum
{ boolValue = !T::boolValue }

Enumeration details

  • enum @25

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.