forked from boostorg/mp11
		
	
		
			
	
	
		
			23 lines
		
	
	
		
			476 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			476 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								#ifndef BOOST_MP11_MAP_HPP_INCLUDED
							 | 
						||
| 
								 | 
							
								#define BOOST_MP11_MAP_HPP_INCLUDED
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								//  Copyright 2015 Peter Dimov.
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//  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
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace boost
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// mp_map_find<M, K>
							 | 
						||
| 
								 | 
							
								// mp_map_contains<M, K>
							 | 
						||
| 
								 | 
							
								// mp_map_insert<M, T>
							 | 
						||
| 
								 | 
							
								// mp_map_replace<M, T>
							 | 
						||
| 
								 | 
							
								// mp_map_update<M, T, F>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								} // namespace boost
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif // #ifndef BOOST_MP11_MAP_HPP_INCLUDED
							 |