Sha256: 2cb83ad674bd0a0710656b3cfe62b41cade9ec4571b4f2ecfdfbc34bd9b46520
Contents?: true
Size: 583 Bytes
Versions: 55
Compression:
Stored size: 583 Bytes
Contents
#ifndef BOOST_MPL_ERASE_KEY_FWD_HPP_INCLUDED #define BOOST_MPL_ERASE_KEY_FWD_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/mpl for documentation. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { template< typename Tag > struct erase_key_impl; template< typename Sequence, typename Key > struct erase_key; }} #endif // BOOST_MPL_ERASE_KEY_FWD_HPP_INCLUDED
Version data entries
55 entries across 55 versions & 3 rubygems