HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 51 - 75 of 471) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
front_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
front_inserter.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/push_front.hpp>
19 #include <boost/mpl/inserter.hpp>
21 namespace boost { namespace mpl { namespace
lambda_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/void_fwd.hpp>
18 #include <boost/mpl/aux_/na.hpp>
19 #include <boost/mpl/aux_/config/lambda.hpp>
23 # include <boost/mpl/int.hpp>
24 # include <boost/mpl/aux_/lambda_arity_param.hpp>
25 # include <boost/mpl/aux_/template_arity_fwd.hpp>
27 namespace boost { namespace mpl namespace
    [all...]
numeric_cast.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/msvc.hpp>
18 #include <boost/mpl/aux_/config/workaround.hpp>
21 // resolves conflicts with 'boost::numeric_cast' function template.
30 namespace boost { namespace mpl { namespace
pop_back_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
pop_front_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
push_back_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
push_front_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
sequence_tag_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
size.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/size_fwd.hpp>
18 #include <boost/mpl/sequence_tag.hpp>
19 #include <boost/mpl/aux_/size_impl.hpp>
20 #include <boost/mpl/aux_/na_spec.hpp>
21 #include <boost/mpl/aux_/lambda_support.hpp>
22 #include <boost/mpl/aux_/msvc_eti_base.hpp>
24 namespace boost { namespace mpl namespace
    [all...]
size_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
tag.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
size.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/size_fwd.hpp>
18 #include <boost/mpl/vector/aux_/O1_size.hpp>
19 #include <boost/mpl/vector/aux_/tag.hpp>
20 #include <boost/mpl/aux_/config/typeof.hpp>
21 #include <boost/mpl/aux_/config/ctps.hpp>
23 namespace boost { namespace mpl { namespace
tag.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/typeof.hpp>
18 #include <boost/mpl/aux_/nttp_decl.hpp>
20 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
next_prior.hpp 0 // Boost next_prior.hpp header file ---------------------------------------//
3 // (C) Copyright Dave Abrahams and Daniel Walker 1999-2003. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/utility for documentation.
17 namespace boost { namespace
24 // const std::list<T>::iterator prev = boost::prior(p);
25 // const std::list<T>::iterator next = boost::next(prev, 2);
49 } // namespace boost
none.hpp 3 // Distributed under the Boost Software License, Version 1.0.
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/optional for documentation.
15 #include "boost/none_t.hpp"
21 namespace boost { namespace
25 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
bounds.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/numeric/conversion/detail/bounds.hpp"
15 namespace boost { namespace numeric namespace
22 } } // namespace boost::numeric
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
sfinae.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
14 #include <boost/range/config.hpp>
15 #include <boost/type_traits/is_array.hpp>
16 #include <boost/type_traits/detail/yes_no_type.hpp>
20 namespace boost namespace
75 } // namespace 'boost'
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
difference_type.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
19 #include <boost/range/iterator.hpp>
20 #include <boost/iterator/iterator_traits.hpp>
22 namespace boost namespace
distance.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/end.hpp>
20 #include <boost/range/difference_type.hpp>
22 namespace boost namespace
29 return std::distance( boost::begin( r ), boost::end( r ) )
    [all...]
empty.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
19 #include <boost/range/begin.hpp>
20 #include <boost/range/end.hpp>
22 namespace boost namespace
28 return boost::begin( r ) == boost::end( r )
    [all...]
iterator_range_io.hpp 0 // Boost.Range library
4 // Use, modification and distribution is subject to the Boost Software
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
13 #include <boost/config.hpp>
14 #include <boost/detail/workaround.hpp>
21 // From boost/dynamic_bitset.hpp; thanks to Matthias Troyer for Cray X1 patch.
38 #include <boost/range/iterator_range_core.hpp>
43 namespace boost namespace
85 } // namespace boost
    [all...]
rbegin.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/end.hpp>
19 #include <boost/range/reverse_iterator.hpp>
21 namespace boost namespace
30 return BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type( boost::end( c ) );
41 return iter_type( boost::end( c ) );
50 return iter_type( boost::end( c ) )
    [all...]
rend.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/reverse_iterator.hpp>
21 namespace boost namespace
30 return BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type( boost::begin( c ) );
41 return iter_type( boost::begin( c ) );
50 return iter_type( boost::begin( c ) )
    [all...]
reverse_iterator.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
19 #include <boost/range/iterator.hpp>
20 #include <boost/iterator/reverse_iterator.hpp>
23 namespace boost namespace
37 } // namespace boost

Completed in 129 milliseconds

1 23 4 5 6 7 8 91011>>