Main Page
Modules
Namespaces
Classes
Files
File List
File Members
include
ApproxMVBB
Common
StaticAssert.hpp
Go to the documentation of this file.
1
// ========================================================================================
2
// ApproxMVBB
3
// Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
// ========================================================================================
9
10
#ifndef ApproxMVBB_Common_StaticAssert_hpp
11
#define ApproxMVBB_Common_StaticAssert_hpp
12
13
14
#include <type_traits>
15
16
namespace
ApproxMVBB
{
17
#define ApproxMVBB_STATIC_ASSERT(B) static_assert( B , "no message");
18
#define ApproxMVBB_STATIC_ASSERTM(B,COMMENT) static_assert( B , COMMENT);
19
}
20
21
22
23
#endif
ApproxMVBB
These are some container definitions.
Definition:
EstimateDiameter.hpp:17
asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:08