Public Types | Static Public Member Functions

internal::all_unroller< Derived, UnrollCount > Struct Template Reference

#include <BooleanRedux.h>

List of all members.

Public Types

enum  { col = (UnrollCount-1) / Derived::RowsAtCompileTime, row = (UnrollCount-1) % Derived::RowsAtCompileTime }

Static Public Member Functions

static bool run (const Derived &mat)

template<typename Derived, int UnrollCount>
struct internal::all_unroller< Derived, UnrollCount >


Member Enumeration Documentation

template<typename Derived , int UnrollCount>
anonymous enum
Enumerator:
col 
row 

Member Function Documentation

template<typename Derived , int UnrollCount>
static bool internal::all_unroller< Derived, UnrollCount >::run ( const Derived &  mat  )  [inline, static]

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