Sha256: 5a92aa90d81ca5059e2faaab8d8fea25e200d8070ac74722d97ee62fe8f2a4e5

Contents?: true

Size: 999 Bytes

Versions: 198

Compression:

Stored size: 999 Bytes

Contents

//  Boost string_algo library yes_no_type.hpp header file  ---------------------------//

//  Copyright Pavol Droba 2002-2003.
//
// 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)

//  See http://www.boost.org/ for updates, documentation, and revision history.

#ifndef BOOST_STRING_YES_NO_TYPE_DETAIL_HPP
#define BOOST_STRING_YES_NO_TYPE_DETAIL_HPP

namespace boost {
    namespace algorithm {

        // taken from boost mailing-list
        // when yes_no_type will become officially
        // a part of boost distribution, this header
        // will be deprecated
        template<int I> struct size_descriptor 
        {
            typedef char (& type)[I];
        }; 

        typedef size_descriptor<1>::type yes_type;
        typedef size_descriptor<2>::type no_type;

    } // namespace algorithm
} // namespace boost


#endif  // BOOST_STRING_YES_NO_TYPE_DETAIL_HPP

Version data entries

198 entries across 198 versions & 10 rubygems

Version Path
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/algorithm/string/yes_no_type.hpp