Back to Aurora Vision Library Lite website

You are here: Start » Conversions » BoolToHash

BoolToHash


Header: AVL.h
Namespace: avl

Converts a Bool to a Hash.

Syntax

void avl::BoolToHash
(
	const bool inBool,
	avl::Hash& outHash
)

Parameters

Name Type Default Description
Input value inBool const bool
Output value outHash Hash&