
10 Jan
2005
10 Jan
'05
10:08 p.m.
Hi, I was wondering if there is a zero/null value metafunction in the Boost libraries? Something like the following: null<int>::value // 0 null<float>::value // 0.0 null<void*>::value // 0 or NULL null<int&>::value // undefined Thanks, Eric.