Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
dev::StaticLog2< N > Struct Template Reference

Compile-time calculation of Log2 of constant values. More...

#include <FixedHash.h>

Public Types

enum  { result = 1 + StaticLog2<N/2>::result }
 

Detailed Description

template<unsigned N>
struct dev::StaticLog2< N >

Compile-time calculation of Log2 of constant values.

Definition at line 38 of file FixedHash.h.

Member Enumeration Documentation

template<unsigned N>
anonymous enum
Enumerator
result 

Definition at line 38 of file FixedHash.h.


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