struct MR_std_pair_int_int MR_std_pair_int_int
Definition MRAABBTreePoints.h:22
#define MRC_API
Definition exports.h:11
MRC_API const int * MR_std_pair_int_int_First(const MR_std_pair_int_int *_this)
MRC_API void MR_std_pair_int_int_AssignFromAnother(MR_std_pair_int_int *_this, const MR_std_pair_int_int *other)
MRC_API MR_std_pair_int_int * MR_std_pair_int_int_Construct(int first, int second)
MRC_API MR_std_pair_int_int * MR_std_pair_int_int_DefaultConstruct(void)
MRC_API int * MR_std_pair_int_int_MutableSecond(MR_std_pair_int_int *_this)
MRC_API void MR_std_pair_int_int_DestroyArray(const MR_std_pair_int_int *_this)
Destroys a heap-allocated array of MR_std_pair_int_int. Does nothing if the pointer is null.
MRC_API MR_std_pair_int_int * MR_std_pair_int_int_OffsetMutablePtr(MR_std_pair_int_int *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_std_pair_int_int * MR_std_pair_int_int_ConstructFromAnother(const MR_std_pair_int_int *other)
MRC_API const int * MR_std_pair_int_int_Second(const MR_std_pair_int_int *_this)
MRC_API void MR_std_pair_int_int_Destroy(const MR_std_pair_int_int *_this)
Destroys a heap-allocated instance of MR_std_pair_int_int. Does nothing if the pointer is null.
MRC_API const MR_std_pair_int_int * MR_std_pair_int_int_OffsetPtr(const MR_std_pair_int_int *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API int * MR_std_pair_int_int_MutableFirst(MR_std_pair_int_int *_this)
MRC_API MR_std_pair_int_int * MR_std_pair_int_int_DefaultConstructArray(size_t num_elems)