Mirror reflection library 0.5.13

mirror/meta_prog/identity.hpp

Go to the documentation of this file.
00001 
00011 #ifndef MIRROR_META_PROG_IDENTITY_1011291729_HPP
00012 #define MIRROR_META_PROG_IDENTITY_1011291729_HPP
00013 
00014 
00015 MIRROR_NAMESPACE_BEGIN
00016 namespace mp {
00017 
00019 
00024 template <typename T>
00025 struct identity
00026 {
00028     typedef T type;
00029 };
00030 
00031 } // namespace mp
00032 MIRROR_NAMESPACE_END
00033 
00034 #endif //include guard
00035 

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.