|
||||
File indexing completed on 2025-01-18 09:53:36
0001 0002 // (C) Copyright Edward Diener 2011-2015 0003 // Use, modification and distribution are subject to the Boost Software License, 0004 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt). 0006 0007 #if !defined(BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER_HPP) 0008 #define BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER_HPP 0009 0010 #include <boost/vmd/detail/match_identifier_common.hpp> 0011 0012 #define BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER(id,key) \ 0013 BOOST_VMD_DETAIL_MATCH_IDENTIFIER_OP_CMP_IDS(id,key) \ 0014 /**/ 0015 0016 #endif /* BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER_HPP */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |