adjustr Interface

public interface adjustr

Builtin adjustr overloading.

Calls

interface~~adjustr~~CallsGraph interface~adjustr stringifor_string_t::adjustr proc~sadjustr_character stringifor_string_t::sadjustr_character interface~adjustr->proc~sadjustr_character

Contents


Module Procedures

private pure function sadjustr_character(s) result(adjusted)

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

Read more…

Arguments

Type IntentOptional Attributes Name
class(string), intent(in) :: s

String.

Return Value character(kind=CK, len=:), allocatable

Adjusted string.