Kagome
Polkadot Runtime Engine in C++17
unused.hpp File Reference
#include "common/empty.hpp"
#include "common/tagged.hpp"
Include dependency graph for unused.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kagome::NumTag< Num >
 Number-based marker-type for using as tag. More...
 

Namespaces

 kagome
 

Typedefs

template<size_t N>
using kagome::Unused = Tagged< Empty, NumTag< N >>
 

Functions

template<size_t N>
bool kagome::operator== (const Unused< N > &, const Unused< N > &)