Hideaki Tai / msgpack-embedded

Dependents:   hello_message_pack

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers is_1.hpp Source File

is_1.hpp

00001 # /* **************************************************************************
00002 #  *                                                                          *
00003 #  *     (C) Copyright Paul Mensonides 2003.
00004 #  *     Distributed under the Boost Software License, Version 1.0. (See
00005 #  *     accompanying file LICENSE_1_0.txt or copy at
00006 #  *     http://www.boost.org/LICENSE_1_0.txt)
00007 #  *                                                                          *
00008 #  ************************************************************************** */
00009 #
00010 # /* See http://www.boost.org for most recent version. */
00011 #
00012 # ifndef MSGPACK_PREPROCESSOR_FACILITIES_IS_1_HPP
00013 # define MSGPACK_PREPROCESSOR_FACILITIES_IS_1_HPP
00014 #
00015 # include <msgpack/preprocessor/cat.hpp>
00016 # include <msgpack/preprocessor/facilities/is_empty.hpp>
00017 #
00018 # /* MSGPACK_PP_IS_1 */
00019 #
00020 # define MSGPACK_PP_IS_1(x) MSGPACK_PP_IS_EMPTY(MSGPACK_PP_CAT(MSGPACK_PP_IS_1_HELPER_, x))
00021 # define MSGPACK_PP_IS_1_HELPER_1
00022 #
00023 # endif