FunctorWithReturnType< ReturnT > Struct Template Reference

Base class for functors with return value. More...

#include <VisionX/libraries/PointCloudTools/call_with_point_type.h>

+ Inheritance diagram for FunctorWithReturnType< ReturnT >:

Public Types

using ReturnType = ReturnT
 

Detailed Description

template<typename ReturnT = void>
struct visionx::tools::FunctorWithReturnType< ReturnT >

Base class for functors with return value.

Parameters
ReturnTThe return type.

Definition at line 62 of file call_with_point_type.h.

Member Typedef Documentation

◆ ReturnType

using ReturnType = ReturnT

Definition at line 64 of file call_with_point_type.h.


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