⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pp_signature_random_access.inl

📁 机器人开源项目orocos的源代码
💻 INL
字号:
// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).// Preprocessed code, do not edit manually !namespace boost { namespace mpl {    template<>    struct size_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : size <typename S::types>      { };    };    template<>    struct empty_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : empty <typename S::types>      { };    };    template<>    struct front_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : front <typename S::types>      { };    };    template<>    struct back_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : back <typename S::types>      { };    };    template<>    struct begin_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : begin <typename S::types>      { };    };    template<>    struct end_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : end <typename S::types>      { };    };    template<>    struct at_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S, typename N > struct apply        : at <typename S::types, N >      { };    };} }// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).// Preprocessed code, do not edit manually !namespace boost { namespace mpl {    template<>    struct size_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : size <typename S::types>      { };    };    template<>    struct empty_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : empty <typename S::types>      { };    };    template<>    struct front_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : front <typename S::types>      { };    };    template<>    struct back_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : back <typename S::types>      { };    };    template<>    struct begin_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : begin <typename S::types>      { };    };    template<>    struct end_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S > struct apply        : end <typename S::types>      { };    };    template<>    struct at_impl    < function_types::detail::signature_mpl_sequence_tag >    {      template< typename S, typename N > struct apply        : at <typename S::types, N >      { };    };} }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -