Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Stokhos::is_power_of_two< N > Struct Template Reference

#include <Stokhos_Multiply.hpp>

Public Types

enum  type { value = (N > 0) && !(N & (N - 1)) }
 

Detailed Description

template<size_t N>
struct Stokhos::is_power_of_two< N >

Definition at line 24 of file Stokhos_Multiply.hpp.

Member Enumeration Documentation

template<size_t N>
enum Stokhos::is_power_of_two::type
Enumerator
value 

Definition at line 25 of file Stokhos_Multiply.hpp.


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