Belle II Software development
Void Struct Reference

Functor returning void from an arbitrary objects. More...

#include <Functional.h>

Public Member Functions

 operator FunctorTag ()
 Marker function for the isFunctor test.
 
template<class T >
void operator() (T &&t) const
 Operator always returning void.
 

Detailed Description

Functor returning void from an arbitrary objects.

Definition at line 235 of file Functional.h.

Member Function Documentation

◆ operator()()

void operator() ( T &&  t) const
inline

Operator always returning void.

Definition at line 241 of file Functional.h.

242 {
243 }

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