homog2d library
Public Member Functions | List of all members
h2d::fct::TypeFunct Struct Reference

A functor to get the type of an object in a std::variant, call with std::visit() More...

#include <homog2d.hpp>

Public Member Functions

template<typename T >
Type operator() (const T &a)
 

Detailed Description

A functor to get the type of an object in a std::variant, call with std::visit()

See also
CommonType_
type()

Member Function Documentation

◆ operator()()

template<typename T >
Type h2d::fct::TypeFunct::operator() ( const T &  a)
inline
983  {
984  return a.type();
985  }

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