UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::pred::Iff< PredLeft, PredRight > Struct Template Reference

Public Member Functions

 Iff (PredLeft const &left, PredRight const &right) noexcept
 

Public Attributes

PredLeft left
 
PredRight right
 

Detailed Description

template<Filterable PredLeft, Filterable PredRight>
struct ufo::pred::Iff< PredLeft, PredRight >

Definition at line 55 of file if_and_only_if.hpp.

Constructor & Destructor Documentation

◆ Iff()

template<Filterable PredLeft, Filterable PredRight>
ufo::pred::Iff< PredLeft, PredRight >::Iff ( PredLeft const &  left,
PredRight const &  right 
)
inlinenoexcept

Definition at line 56 of file if_and_only_if.hpp.

Member Data Documentation

◆ left

template<Filterable PredLeft, Filterable PredRight>
PredLeft ufo::pred::Iff< PredLeft, PredRight >::left

Definition at line 58 of file if_and_only_if.hpp.

◆ right

template<Filterable PredLeft, Filterable PredRight>
PredRight ufo::pred::Iff< PredLeft, PredRight >::right

Definition at line 59 of file if_and_only_if.hpp.


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