/usr/include/boost/fusion/mpl
NameSizeModeActions
detail/-0755rm
at.hpp9040644editdlrm
back.hpp10750644editdlrm
begin.hpp10340644editdlrm
clear.hpp10120644editdlrm
empty.hpp8420644editdlrm
end.hpp10200644editdlrm
erase.hpp12410644editdlrm
erase_key.hpp12440644editdlrm
front.hpp9450644editdlrm
has_key.hpp8760644editdlrm
insert.hpp12380644editdlrm
insert_range.hpp12880644editdlrm
pop_back.hpp12180644editdlrm
pop_front.hpp12250644editdlrm
push_back.hpp12400644editdlrm
push_front.hpp12470644editdlrm
size.hpp8350644editdlrm
Edit: /usr/include/boost/fusion/mpl/push_front.hpp (1247B)
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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) ==============================================================================*/ #if !defined(FUSION_PUSH_FRONT_10022005_1720) #define FUSION_PUSH_FRONT_10022005_1720 #include #include #include #include #include namespace boost { namespace mpl { template struct push_front_impl; template <> struct push_front_impl { template struct apply { typedef typename fusion::result_of::push_front::type result; typedef typename fusion::result_of::convert< typename fusion::detail::tag_of::type, result>::type type; }; }; }} #endif