Blender V5.0
blender::bke::node_interface::socket_types::detail::TypeTagExecutor< Fn > Struct Template Reference

#include <BKE_node_tree_interface.hh>

Public Member Functions

 TypeTagExecutor (const Fn &fn_)
template<typename T>
void operator() () const

Public Attributes

const Fn & fn

Detailed Description

template<typename Fn>
struct blender::bke::node_interface::socket_types::detail::TypeTagExecutor< Fn >

Definition at line 314 of file BKE_node_tree_interface.hh.

Constructor & Destructor Documentation

◆ TypeTagExecutor()

template<typename Fn>
blender::bke::node_interface::socket_types::detail::TypeTagExecutor< Fn >::TypeTagExecutor ( const Fn & fn_)
inline

Definition at line 317 of file BKE_node_tree_interface.hh.

References fn.

Member Function Documentation

◆ operator()()

template<typename Fn>
template<typename T>
void blender::bke::node_interface::socket_types::detail::TypeTagExecutor< Fn >::operator() ( ) const
inline

Definition at line 319 of file BKE_node_tree_interface.hh.

References fn.

Member Data Documentation

◆ fn

Definition at line 315 of file BKE_node_tree_interface.hh.

Referenced by operator()(), and TypeTagExecutor().


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