static_assert.h File Reference

#include <comet/config.h>

Include dependency graph for static_assert.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  comet
namespace  comet::impl

Classes

struct  comet::impl::COMPILE_TIME_ASSERTION_FAILURE< true >
struct  comet::impl::ct_assert_test<>

Defines

#define COMET_STATIC_ASSERT(B)   typedef ::comet::impl::ct_assert_test<sizeof(::comet::impl::COMPILE_TIME_ASSERTION_FAILURE< ( B ) >)> comet_static_assert_typedef_


Detailed Description

Provide compile-time asserts. See www.boost.org for most recent version including documentation.
Author:
John Maddock