Blender V4.3
BLI_unroll.hh File Reference
#include "BLI_utildefines.h"

Go to the source code of this file.

Namespaces

namespace  blender

Functions

template<class Fn, size_t... I>
void blender::unroll_impl (Fn fn, std::index_sequence< I... >)
template<int N, class Fn>
void blender::unroll (Fn fn)