"vscode:/vscode.git/clone" did not exist on "1eb54e75ce9b5186f4cf018999de143db444c0c5"
null.h 376 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
#pragma once

#ifndef NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66


namespace YAML
{
	struct _Null {};
jbeder's avatar
jbeder committed
10
11
12
	inline bool operator == (const _Null&, const _Null&) { return true; }
	inline bool operator != (const _Null&, const _Null&) { return false; }
	
13
14
15
16
	extern _Null Null;
}

#endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66