Blender V5.0
BLI_unroll.hh File Reference
#include <utility>

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)