3 This file is part of libmspcore
4 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_CORE_META_H_
9 #define MSP_CORE_META_H_
18 struct RemoveConst<const T>
22 struct RemoveReference
26 struct RemoveReference<T &>