XIEITE_AS ()
Defined in header <xieite/pp/as.hpp> Provides somewhat neater syntax for
static_cast .Definition
#define XIEITE_AS (... )/* ??? */
Example
[View in Compiler Explorer]static_assert (5.7 XIEITE_AS (int ) ==5 );
XIEITE_AS ()<xieite/pp/as.hpp> static_cast .#define XIEITE_AS (... )/* ??? */
[View in Compiler Explorer]static_assert (5.7 XIEITE_AS (int ) ==5 );