openMSX
Static Public Attributes | List of all members
openmsx::IsPow2< N > Struct Template Reference

#include <PixelOperations.hh>

Static Public Attributes

static const bool result = ((N & 1) == 0) && IsPow2<N / 2>::result
 
static const unsigned log2 = 1 + IsPow2<N / 2>::log2
 

Detailed Description

template<unsigned N>
struct openmsx::IsPow2< N >

Definition at line 402 of file PixelOperations.hh.

Member Data Documentation

◆ log2

template<unsigned N>
const unsigned openmsx::IsPow2< N >::log2 = 1 + IsPow2<N / 2>::log2
static

Definition at line 404 of file PixelOperations.hh.

◆ result

template<unsigned N>
const bool openmsx::IsPow2< N >::result = ((N & 1) == 0) && IsPow2<N / 2>::result
static

Definition at line 403 of file PixelOperations.hh.


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