Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Assertions » AssertLongInRange

AssertLongInRange


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avl
Module: FoundationLite

Asserts that an long value fits the specified range.

Syntax

void avl::AssertLongInRange
(
	const atl::int64 inValue,
	atl::Optional<atl::int64> inMinimum,
	atl::Optional<atl::int64> inMaximum,
	const atl::String& inDescription
)

Parameters

Name Type Default Description
Input value inValue const int64
Input value inMinimum Optional<int64> NIL
Input value inMaximum Optional<int64> NIL
Input value inDescription const String&