Horizon
src
util
uuid_win32.hpp
1
#pragma once
2
typedef
unsigned
char
uuid_t[16];
3
4
extern
void
uuid_clear(uuid_t uu);
5
extern
void
uuid_generate_random(uuid_t out);
6
extern
void
uuid_unparse(
const
uuid_t uu,
char
*out);
7
extern
int
uuid_parse(
const
char
*
in
, uuid_t uu);
8
extern
int
uuid_compare(
const
uuid_t uu1,
const
uuid_t uu2);
9
extern
int
uuid_is_null(
const
uuid_t uu);
meta::in
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
Generated by
1.9.1