veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::btc::CheckVarIntMode< Mode, I > Struct Template Reference

Detailed Description

template<VarIntMode Mode, typename I>
struct altintegration::btc::CheckVarIntMode< Mode, I >

Definition at line 472 of file serialize.hpp.

+ Collaboration diagram for altintegration::btc::CheckVarIntMode< Mode, I >:

Constructor & Destructor Documentation

◆ CheckVarIntMode()

template<VarIntMode Mode, typename I >
constexpr altintegration::btc::CheckVarIntMode< Mode, I >::CheckVarIntMode ( )
inlineconstexpr

Definition at line 473 of file serialize.hpp.

473 {
474 static_assert(Mode != VarIntMode::DEFAULT || std::is_unsigned<I>::value,
475 "Unsigned type required with mode DEFAULT.");
476 static_assert(
477 Mode != VarIntMode::NONNEGATIVE_SIGNED || std::is_signed<I>::value,
478 "Signed type required with mode NONNEGATIVE_SIGNED.");
479 }

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