Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » BoolToHash

BoolToHash


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a Bool to a Hash.

Syntax

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

Parameters

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