Horizon
uuid_win32.hpp
1#pragma once
2typedef unsigned char uuid_t[16];
3
4extern void uuid_clear(uuid_t uu);
5extern void uuid_generate_random(uuid_t out);
6extern void uuid_unparse(const uuid_t uu, char *out);
7extern int uuid_parse(const char *in, uuid_t uu);
8extern int uuid_compare(const uuid_t uu1, const uuid_t uu2);
9extern int uuid_is_null(const uuid_t uu);
not_< empty< find< L, T > > > in
A Boolean integral constant wrapper around true if there is at least one occurrence of T in L.
Definition: meta.hpp:3081