sanisizer
Sanitize sizes to avoid integer overflow
Loading...
Searching...
No Matches
sanisizer::is_integral_or_Attestation< Value_ > Struct Template Reference

#include <attest.hpp>

Static Public Attributes

static constexpr bool value = std::is_integral<Value_>::value || is_Attestation<Value_>::value
 

Detailed Description

template<typename Value_>
struct sanisizer::is_integral_or_Attestation< Value_ >

Whether Value_ is an integer or Attestation.

Template Parameters
Value_Type to be queried.

Member Data Documentation

◆ value

template<typename Value_ >
bool sanisizer::is_integral_or_Attestation< Value_ >::value = std::is_integral<Value_>::value || is_Attestation<Value_>::value
staticconstexpr

Whether Value_ is an integer or Attestation.


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