Open3D (C++ API)  0.19.0
open3d::utility::Overloaded< Ts > Struct Template Reference

#include <Overload.h>

Inheritance diagram for open3d::utility::Overloaded< Ts >:

Detailed Description

template<typename... Ts>
struct open3d::utility::Overloaded< Ts >

Generic functor for overloading (lambda) functions. See Overload(...) function on how to use it.

Uses C++17 parameter pack expansion in using declarations.


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