Back to Adaptive Vision Library website

You are here: Start » Function Reference » String » SkipEmptyString

SkipEmptyString


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

If the input string has at least one character, it is copied to the output; otherwise NIL is returned.

Syntax

void avl::SkipEmptyString
(
	const atl::String& inString,
	atl::Conditional<atl::String>& outNotEmptyString,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
inString const String&
outNotEmptyString Conditional<String>&
outIsNotEmpty bool&