digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
digestpp
detail
is_byte
Static Public Attributes
|
List of all members
digestpp::detail::is_byte< T > Struct Template Reference
#include <
traits.hpp
>
Static Public Attributes
static const bool
value
Member Data Documentation
◆
value
template<typename T >
const bool
digestpp::detail::is_byte
< T >::value
static
Initial value:
= std::is_same<T, char>::value ||
std::is_same<T, signed char>::value ||
std::is_same<T, unsigned char>::value
The documentation for this struct was generated from the following file:
detail/
traits.hpp
Generated by
1.12.0