MeshLib Documentation
Loading...
Searching...
No Matches
Concat.h
Go to the documentation of this file.
1
#pragma once
2
4
#define MR_CONCAT( a, b ) MR_CONCAT_( a, b )
5
#define MR_CONCAT_( a, b ) a ## b
MeshLib
source
MRMeshC
detail
Concat.h
Generated by
1.11.0