epoc32/include/stdapis/boost/mpl/apply_fwd.hpp
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/boost/mpl/apply_fwd.hpp	Wed Mar 31 12:27:01 2010 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +
     1.5 +// Copyright Aleksey Gurtovoy 2000-2004
     1.6 +//
     1.7 +// Distributed under the Boost Software License, Version 1.0. 
     1.8 +// (See accompanying file LICENSE_1_0.txt or copy at 
     1.9 +// http://www.boost.org/LICENSE_1_0.txt)
    1.10 +//
    1.11 +
    1.12 +// Preprocessed version of "boost/mpl/apply_fwd.hpp" header
    1.13 +// -- DO NOT modify by hand!
    1.14 +
    1.15 +namespace boost { namespace mpl {
    1.16 +
    1.17 +template<
    1.18 +      typename F, typename T1 = na, typename T2 = na, typename T3 = na
    1.19 +    , typename T4 = na, typename T5 = na
    1.20 +    >
    1.21 +struct apply;
    1.22 +
    1.23 +template<
    1.24 +      typename F
    1.25 +    >
    1.26 +struct apply0;
    1.27 +
    1.28 +template<
    1.29 +      typename F, typename T1
    1.30 +    >
    1.31 +struct apply1;
    1.32 +
    1.33 +template<
    1.34 +      typename F, typename T1, typename T2
    1.35 +    >
    1.36 +struct apply2;
    1.37 +
    1.38 +template<
    1.39 +      typename F, typename T1, typename T2, typename T3
    1.40 +    >
    1.41 +struct apply3;
    1.42 +
    1.43 +template<
    1.44 +      typename F, typename T1, typename T2, typename T3, typename T4
    1.45 +    >
    1.46 +struct apply4;
    1.47 +
    1.48 +template<
    1.49 +      typename F, typename T1, typename T2, typename T3, typename T4
    1.50 +    , typename T5
    1.51 +    >
    1.52 +struct apply5;
    1.53 +
    1.54 +}}
    1.55 +