mdds
Public Types | Static Public Attributes | List of all members
mdds::mtv::default_trait Struct Reference

#include <util.hpp>

Public Types

using event_func = empty_event_func
 

Static Public Attributes

static constexpr lu_factor_t loop_unrolling = lu_factor_t::lu16
 

Detailed Description

Default trait to be used when no custom trait is specified.

Member Typedef Documentation

Class or struct type that contains callback functions for element block events as its member functions.

Member Data Documentation

constexpr lu_factor_t mdds::mtv::default_trait::loop_unrolling = lu_factor_t::lu16
static

Static value specifying the loop-unrolling factor to use for the block position adjustment function. This must be a const expression.