Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 56 of file Stokhos_Multiply.hpp.

Member Enumeration Documentation

◆ type

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

Definition at line 57 of file Stokhos_Multiply.hpp.


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