Rev | Line | |
---|
[857] | 1 | // Copyright Daniel Wallin, David Abrahams 2005. Use, modification and
|
---|
| 2 | // distribution is subject to the Boost Software License, Version 1.0. (See
|
---|
| 3 | // accompanying file LICENSE_1_0.txt or copy at
|
---|
| 4 | // http://www.boost.org/LICENSE_1_0.txt)
|
---|
| 5 |
|
---|
| 6 | #ifndef VOID_050329_HPP
|
---|
| 7 | #define VOID_050329_HPP
|
---|
| 8 |
|
---|
| 9 | namespace boost { namespace parameter { namespace aux {
|
---|
| 10 |
|
---|
| 11 | // A placemarker for "no argument passed."
|
---|
| 12 | // MAINTAINER NOTE: Do not make this into a metafunction
|
---|
| 13 | struct void_ {};
|
---|
| 14 |
|
---|
| 15 | }}} // namespace boost::parameter::aux
|
---|
| 16 |
|
---|
| 17 | #endif // VOID_050329_HPP
|
---|
| 18 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.