adjustr Interface

public interface adjustr

Builtin adjustr overloading.

Calls

interface~~adjustr~~CallsGraph interface~adjustr adjustr proc~sadjustr_character sadjustr_character interface~adjustr->proc~sadjustr_character
Help

Module Procedures

public pure function sadjustr_character(self) result(adjusted)

Arguments

Type IntentOptional AttributesName
class(string), intent(in) :: self

The string.

Return Value character(kind=CK,len=len(self%raw))

Adjusted string.

Description

Right adjust a string by removing leading spaces (character output).