MEL
Microthread & Execution library
BasicTypes.h
1 #pragma once
2 
3 namespace mel
4 {
5  namespace mpl
6  {
7  class NullType{};
8  static const NullType nullType = NullType();
9  struct EmptyType{};
10 
11  }
12 }
Definition: BasicTypes.h:7
Definition: Callback_Impl.h:11
Definition: BasicTypes.h:9