Matcha
Source Files
Modules
Procedures
Derived Types
Program
t_cell_collection_bind_C_t
Interface
7 statements
Source File
t_cell_collection_m.f90
t_cell_collection_m
t_cell_collection_bind_C_t
Contents
Functions
construct_bind_C
public interface t_cell_collection_bind_C_t
Functions
private elemental module function construct_bind_C(t_cell_collection) result(t_cell_collection_bind_C)
Implementation →
Result is bind(C) representation of the data inside a t_cell_collection_t object
Arguments
Type
Intent
Optional
Attributes
Name
type(
t_cell_collection_t
),
intent(in),
target
::
t_cell_collection
Return Value
type(
t_cell_collection_bind_C_t
)