class EL_MAKEABLE

(source code)

Client examples: COLUMN_VECTOR_COMPLEX_64

description

Object that is initializeable by a call to make

note
	description: "Object that is initializeable by a call to make"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-01-20 8:54:30 GMT (Saturday 20th January 2024)"
	revision: "8"

deferred class
	EL_MAKEABLE

feature {EL_REFLECTION_HANDLER} -- Initialization

	make
		deferred
		end

end