digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
null_mixin.hpp
Go to the documentation of this file.
1/*
2This 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
8namespace digestpp
9{
10namespace mixin
11{
12
17template<typename T>
19{
20};
21
22} // namespace mixin
23} // namespace digestpp
24
25#endif // DIGESTPP_MIXINS_NULL_HPP
digestpp namespace
Definition ascon.hpp:14
Empty mixin that does not have any additional fuctions.
Definition null_mixin.hpp:19