|
||||
File indexing completed on 2025-01-30 09:35:40
0001 /* Copyright 2006-2008 Joaquin M Lopez Munoz. 0002 * Distributed under the Boost Software License, Version 1.0. 0003 * (See accompanying file LICENSE_1_0.txt or copy at 0004 * http://www.boost.org/LICENSE_1_0.txt) 0005 * 0006 * See http://www.boost.org/libs/flyweight for library home page. 0007 */ 0008 0009 #ifndef BOOST_FLYWEIGHT_KEY_VALUE_FWD_HPP 0010 #define BOOST_FLYWEIGHT_KEY_VALUE_FWD_HPP 0011 0012 #if defined(_MSC_VER) 0013 #pragma once 0014 #endif 0015 0016 namespace boost{ 0017 0018 namespace flyweights{ 0019 0020 struct no_key_from_value; 0021 0022 template<typename Key,typename Value,typename KeyFromValue=no_key_from_value> 0023 struct key_value; 0024 0025 } /* namespace flyweights */ 0026 0027 } /* namespace boost */ 0028 0029 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |