Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:42:51

0001 /*
0002 Copyright 2014 Glen Joseph Fernandes
0003 (glenjofe@gmail.com)
0004 
0005 Distributed under the Boost Software License, Version 1.0.
0006 (http://www.boost.org/LICENSE_1_0.txt)
0007 */
0008 #ifndef BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP
0009 #define BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP
0010 
0011 namespace boost {
0012 namespace alignment {
0013 
0014 template<class T>
0015 struct alignment_of;
0016 
0017 } /* alignment */
0018 } /* boost */
0019 
0020 #endif