Improve comment
This commit is contained in:
parent
01c01618e9
commit
29c3f5e1b6
|
@ -49,7 +49,7 @@ template <typename Type> inline char * DeConstCharP (const Type X) { return (cha
|
|||
|
||||
|
||||
/* StructAfter<T>(X) returns the struct T& that is placed after X.
|
||||
* Works with X of variable size also. */
|
||||
* Works with X of variable size also. X must implement get_size() */
|
||||
template<typename Type, typename TObject>
|
||||
inline const Type& StructAfter(const TObject &X)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue