digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
mixin
null_mixin.hpp
Go to the documentation of this file.
1
/*
2
This code is written by kerukuro and released into public domain.
3
*/
4
5
#ifndef DIGESTPP_MIXINS_NULL_HPP
6
#define DIGESTPP_MIXINS_NULL_HPP
7
8
namespace
digestpp
9
{
10
namespace
mixin
11
{
12
17
template
<
typename
T>
18
struct
null_mixin
19
{
20
};
21
22
}
// namespace mixin
23
}
// namespace digestpp
24
25
#endif
// DIGESTPP_MIXINS_NULL_HPP
digestpp
digestpp namespace
Definition
ascon.hpp:14
digestpp::mixin::null_mixin
Empty mixin that does not have any additional fuctions.
Definition
null_mixin.hpp:19
Generated by
1.12.0