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

Public Member Functions

 IfThen (PredPre const &pre, PredPost const &post) noexcept
 

Public Attributes

PredPost post
 
PredPre pre
 

Detailed Description

template<Filterable PredPre, Filterable PredPost>
struct ufo::pred::IfThen< PredPre, PredPost >

Definition at line 55 of file if_then.hpp.

Constructor & Destructor Documentation

◆ IfThen()

template<Filterable PredPre, Filterable PredPost>
ufo::pred::IfThen< PredPre, PredPost >::IfThen ( PredPre const &  pre,
PredPost const &  post 
)
inlinenoexcept

Definition at line 56 of file if_then.hpp.

Member Data Documentation

◆ post

template<Filterable PredPre, Filterable PredPost>
PredPost ufo::pred::IfThen< PredPre, PredPost >::post

Definition at line 59 of file if_then.hpp.

◆ pre

template<Filterable PredPre, Filterable PredPost>
PredPre ufo::pred::IfThen< PredPre, PredPost >::pre

Definition at line 58 of file if_then.hpp.


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