YPC
0.2.0
include
ypc
corecommon
crypto
aes_gcm_traits.h
1
#pragma once
2
3
namespace
ypc {
4
namespace
crypto {
5
6
template
<
typename
T>
struct
aes_gcm_traits
{
7
constexpr
static
bool
value =
false
;
8
};
9
}
// namespace crypto
10
}
// namespace ypc
ypc::crypto::aes_gcm_traits
Definition:
aes_gcm_traits.h:6
Generated by
1.8.17