Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 1 | |
| 2 | // Copyright Aleksey Gurtovoy 2000-2004 |
| 3 | // |
| 4 | // Distributed under the Boost Software License, Version 1.0. |
| 5 | // (See accompanying file LICENSE_1_0.txt or copy at |
| 6 | // http://www.boost.org/LICENSE_1_0.txt) |
| 7 | // |
| 8 | |
| 9 | // Preprocessed version of "ndnboost/mpl/bind_fwd.hpp" header |
| 10 | // -- DO NOT modify by hand! |
| 11 | |
| 12 | namespace ndnboost { namespace mpl { |
| 13 | |
| 14 | template< |
| 15 | typename F, typename T1 = na, typename T2 = na, typename T3 = na |
| 16 | , typename T4 = na, typename T5 = na |
| 17 | > |
| 18 | struct bind; |
| 19 | |
| 20 | template< |
| 21 | typename F |
| 22 | > |
| 23 | struct bind0; |
| 24 | |
| 25 | template< |
| 26 | typename F, typename T1 |
| 27 | > |
| 28 | struct bind1; |
| 29 | |
| 30 | template< |
| 31 | typename F, typename T1, typename T2 |
| 32 | > |
| 33 | struct bind2; |
| 34 | |
| 35 | template< |
| 36 | typename F, typename T1, typename T2, typename T3 |
| 37 | > |
| 38 | struct bind3; |
| 39 | |
| 40 | template< |
| 41 | typename F, typename T1, typename T2, typename T3, typename T4 |
| 42 | > |
| 43 | struct bind4; |
| 44 | |
| 45 | template< |
| 46 | typename F, typename T1, typename T2, typename T3, typename T4 |
| 47 | , typename T5 |
| 48 | > |
| 49 | struct bind5; |
| 50 | |
| 51 | }} |
| 52 | |