|
||||
File indexing completed on 2025-01-18 09:43:30
0001 // Copyright David Abrahams, Daniel Wallin 2003. 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 #ifndef BOOST_PARAMETER_AUX_USE_DEFAULT_HPP 0007 #define BOOST_PARAMETER_AUX_USE_DEFAULT_HPP 0008 0009 namespace boost { namespace parameter { namespace aux { 0010 0011 struct use_default 0012 { 0013 }; 0014 }}} // namespace boost::parameter::aux 0015 0016 #endif // include guard 0017
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |