Sha256: 8f3264b7de7649108fd9428ece7ebf0e3e94277b8742071d16b7589555e02a8d

Contents?: true

Size: 1.6 KB

Versions: 36

Compression:

Stored size: 1.6 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Edward Diener 2015.
#  *     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 most recent version. */
#
# ifndef MSGPACK_PREPROCESSOR_SEQ_DETAIL_IS_EMPTY_HPP
# define MSGPACK_PREPROCESSOR_SEQ_DETAIL_IS_EMPTY_HPP
#
# include <msgpack/preprocessor/config/config.hpp>
# include <msgpack/preprocessor/arithmetic/dec.hpp>
# include <msgpack/preprocessor/logical/bool.hpp>
# include <msgpack/preprocessor/logical/compl.hpp>
# include <msgpack/preprocessor/seq/size.hpp>
#
/* An empty seq is one that is just MSGPACK_PP_SEQ_NIL */
#
# define MSGPACK_PP_SEQ_DETAIL_IS_EMPTY(seq) \
	MSGPACK_PP_COMPL \
		( \
		MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq) \
		) \
/**/
#
# define MSGPACK_PP_SEQ_DETAIL_IS_EMPTY_SIZE(size) \
	MSGPACK_PP_COMPL \
		( \
		MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size) \
		) \
/**/
#
# define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq) \
	MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE(seq)) \
/**/
#
# define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size) \
	MSGPACK_PP_BOOL(size) \
/**/
#
# define MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE(seq) \
	MSGPACK_PP_DEC(MSGPACK_PP_SEQ_SIZE(seq (nil))) \
/**/
#
# endif

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.7-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.7-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.3-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.3-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.2-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
rroonga-9.0.2-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.0.6 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp
script_core-0.0.5 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/detail/is_empty.hpp