namespace NcvCTprep

Compile-time assert namespace

namespace NcvCTprep {

// structs

template <>
struct CT_ASSERT_FAILURE<true>;

template <bool x>
struct CT_ASSERT_FAILURE;

template <int x>
struct assertTest;

} // namespace NcvCTprep