Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp @ 108:080ce3dcdd8c
Merge
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 14:43:59 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 |
Chris@16 | 2 // Copyright Aleksey Gurtovoy 2000-2004 |
Chris@16 | 3 // |
Chris@16 | 4 // Distributed under the Boost Software License, Version 1.0. |
Chris@16 | 5 // (See accompanying file LICENSE_1_0.txt or copy at |
Chris@16 | 6 // http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 7 // |
Chris@16 | 8 |
Chris@16 | 9 // *Preprocessed* version of the main "bind_fwd.hpp" header |
Chris@16 | 10 // -- DO NOT modify by hand! |
Chris@16 | 11 |
Chris@16 | 12 namespace boost { namespace mpl { |
Chris@16 | 13 |
Chris@16 | 14 template< |
Chris@16 | 15 typename F |
Chris@16 | 16 > |
Chris@16 | 17 struct bind0; |
Chris@16 | 18 |
Chris@16 | 19 template< |
Chris@16 | 20 typename F, typename T1 |
Chris@16 | 21 > |
Chris@16 | 22 struct bind1; |
Chris@16 | 23 |
Chris@16 | 24 template< |
Chris@16 | 25 typename F, typename T1, typename T2 |
Chris@16 | 26 > |
Chris@16 | 27 struct bind2; |
Chris@16 | 28 |
Chris@16 | 29 template< |
Chris@16 | 30 typename F, typename T1, typename T2, typename T3 |
Chris@16 | 31 > |
Chris@16 | 32 struct bind3; |
Chris@16 | 33 |
Chris@16 | 34 template< |
Chris@16 | 35 typename F, typename T1, typename T2, typename T3, typename T4 |
Chris@16 | 36 > |
Chris@16 | 37 struct bind4; |
Chris@16 | 38 |
Chris@16 | 39 template< |
Chris@16 | 40 typename F, typename T1, typename T2, typename T3, typename T4 |
Chris@16 | 41 , typename T5 |
Chris@16 | 42 > |
Chris@16 | 43 struct bind5; |
Chris@16 | 44 |
Chris@16 | 45 }} |
Chris@16 | 46 |