Sha256: 5556119a1511a8e280193107ca726435cfd290bd858201ed33ef883d2bd04b30

Contents?: true

Size: 1.23 KB

Versions: 280

Compression:

Stored size: 1.23 KB

Contents

// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0. 
// (See accompanying file LICENSE_1_0.txt or copy at 
// http://www.boost.org/LICENSE_1_0.txt)
//

// *Preprocessed* version of the main "and.hpp" header
// -- DO NOT modify by hand!

namespace boost { namespace mpl {

namespace aux {

template< bool C_, typename T1, typename T2, typename T3, typename T4 >
struct and_impl
    : false_
{
};

template< typename T1, typename T2, typename T3, typename T4 >
struct and_impl< true,T1,T2,T3,T4 >
    : and_impl<
          BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
        , T2, T3, T4
        , true_
        >
{
};

template<>
struct and_impl<
          true
        , true_, true_, true_, true_
        >
    : true_
{
};

} // namespace aux

template<
      typename BOOST_MPL_AUX_NA_PARAM(T1)
    , typename BOOST_MPL_AUX_NA_PARAM(T2)
    , typename T3 = true_, typename T4 = true_, typename T5 = true_
    >
struct and_

    : aux::and_impl<
          BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
        , T2, T3, T4, T5
        >

{
    BOOST_MPL_AUX_LAMBDA_SUPPORT(
          5
        , and_
        , ( T1, T2, T3, T4, T5)
        )
};

BOOST_MPL_AUX_NA_SPEC2(
      2
    , 5
    , and_
    )

}}

Version data entries

280 entries across 140 versions & 3 rubygems

Version Path
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/mpl/aux_/preprocessed/bcc/and.hpp