Blender V4.3
FN_multi_function_params.hh File Reference
#include <mutex>
#include <variant>
#include "BLI_generic_pointer.hh"
#include "BLI_generic_vector_array.hh"
#include "BLI_generic_virtual_vector_array.hh"
#include "BLI_resource_scope.hh"
#include "FN_multi_function_signature.hh"

Go to the source code of this file.

Classes

class  blender::fn::multi_function::ParamsBuilder
 
class  blender::fn::multi_function::Params
 

Namespaces

namespace  blender
 
namespace  blender::fn
 
namespace  blender::fn::multi_function
 

Detailed Description

This file provides an Params and ParamsBuilder structure.

ParamsBuilder is used by a function caller to be prepare all parameters that are passed into the function. Params is then used inside the called function to access the parameters.

Definition in file FN_multi_function_params.hh.