DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
DGtal::OrBoolFct2 Struct Reference

#include <BasicBoolFunctions.h>

Public Member Functions

bool operator() (bool b1, bool b2) const

Detailed Description

Functor boolean or.

Definition at line 128 of file BasicBoolFunctions.h.


Member Function Documentation

bool DGtal::OrBoolFct2::operator() ( bool  b1,
bool  b2 
) const
inline

Definition at line 66 of file BasicBoolFunctions.ih.

{ return b1 || b2; }

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