mirror of
				https://github.com/boostorg/utility.git
				synced 2025-10-31 00:11:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			916 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			916 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //  Boost utility_fwd.hpp header file  ---------------------------------------//
 | |
| 
 | |
| //  (C) Copyright boost.org 2001.  Permission to copy, use, modify, sell
 | |
| //  and distribute this software is granted provided this copyright
 | |
| //  notice appears in all copies.  This software is provided "as is" without
 | |
| //  express or implied warranty, and with no claim as to its suitability for
 | |
| //  any purpose.
 | |
| 
 | |
| //  See http://www.boost.org for most recent version including documentation.
 | |
| 
 | |
| #ifndef BOOST_UTILITY_FWD_HPP
 | |
| #define BOOST_UTILITY_FWD_HPP
 | |
| 
 | |
| 
 | |
| namespace boost
 | |
| {
 | |
| 
 | |
| 
 | |
| //  From <boost/utility/base_from_member.hpp>  -------------------------------//
 | |
| 
 | |
| template < typename MemberType, int UniqueID = 0 >
 | |
|     class base_from_member;
 | |
| 
 | |
| 
 | |
| //  From <boost/utility.hpp>  ------------------------------------------------//
 | |
| 
 | |
| class noncopyable;
 | |
| 
 | |
| // Also has a few function templates
 | |
| 
 | |
| }  // namespace boost
 | |
| 
 | |
| 
 | |
| #endif  // BOOST_UTILITY_FWD_HPP
 |