#include <type_traits>
#include <utility>
#include <boost/assert.hpp>
#include <boost/predef/compiler/clang.h>
#include <boost/predef/compiler/gcc.h>
#include <boost/predef/compiler/visualc.h>
Go to the source code of this file.
Namespaces | |
ndn | |
Macros | |
#define | NDN_CXX_UNREACHABLE BOOST_ASSERT(false) |
Functions | |
template<typename T > | |
constexpr std::underlying_type_t< T > | ndn::to_underlying (T val) noexcept |
#define NDN_CXX_UNREACHABLE BOOST_ASSERT(false) |
Definition at line 57 of file backports.hpp.