Macros
rest_n.hpp File Reference
#include <boost/preprocessor/arithmetic/inc.hpp>
#include <boost/preprocessor/comparison/not_equal.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/control/expr_iif.hpp>
#include <boost/preprocessor/facilities/identity.hpp>
#include <boost/preprocessor/logical/bitand.hpp>
#include <boost/preprocessor/seq/detail/is_empty.hpp>
#include <boost/preprocessor/seq/detail/split.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Include dependency graph for rest_n.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_PP_SEQ_REST_N(n, seq)   BOOST_PP_SEQ_REST_N_I(n, seq)
 
#define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size)
 
#define BOOST_PP_SEQ_REST_N_I(n, seq)   BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq))
 

Macro Definition Documentation

◆ BOOST_PP_SEQ_REST_N

#define BOOST_PP_SEQ_REST_N (   n,
  seq 
)    BOOST_PP_SEQ_REST_N_I(n, seq)

Definition at line 30 of file rest_n.hpp.

◆ BOOST_PP_SEQ_REST_N_DETAIL_EXEC

#define BOOST_PP_SEQ_REST_N_DETAIL_EXEC (   n,
  seq,
  size 
)
Value:
( \
BOOST_PP_BITAND \
( \
BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size), \
BOOST_PP_NOT_EQUAL(n,size) \
), \
) \

Definition at line 34 of file rest_n.hpp.

◆ BOOST_PP_SEQ_REST_N_I

#define BOOST_PP_SEQ_REST_N_I (   n,
  seq 
)    BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq))

Definition at line 31 of file rest_n.hpp.

BOOST_PP_INC
#define BOOST_PP_INC(x)
Definition: arithmetic/inc.hpp:24
BOOST_PP_TUPLE_ELEM
#define BOOST_PP_TUPLE_ELEM(size, n, tuple)
Definition: tuple/elem.hpp:57
BOOST_PP_SEQ_SPLIT
#define BOOST_PP_SEQ_SPLIT(n, seq)
Definition: seq/detail/split.hpp:19
BOOST_PP_EXPR_IIF
#define BOOST_PP_EXPR_IIF(bit, expr)
Definition: expr_iif.hpp:22
BOOST_PP_IDENTITY
#define BOOST_PP_IDENTITY(item)
Definition: preprocessor/facilities/identity.hpp:23


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:21