Project

General

Profile

private function includes(this, my_stuff)

Arguments

Type IntentOptional AttributesName
class(vector_ref), intent(in) :: this
class(*), intent(in) :: my_stuff

Return Value logical


Source Code

    logical function includes(this, my_stuff)
        class(vector_ref), intent(in) :: this
        class(*), intent(in) :: my_stuff
        includes = this%find(my_stuff) /= 0
    end function includes


© 2016
self was developed by
Documentation generated by FORD