#include "common.hpp"#include <boost/concept/assert.hpp>#include <boost/concept_check.hpp>#include <type_traits>
Include dependency graph for asserts.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::detail::StlForwardIteratorConcept< T > |
Namespaces | |
| nfd | |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| nfd::detail | |
Macros | |
| #define | NFD_ASSERT_DEFAULT_CONSTRUCTIBLE(T) |
| assert T is default constructible More... | |
| #define | NFD_ASSERT_FORWARD_ITERATOR(T) |
| assert T is a forward iterator More... | |
| #define NFD_ASSERT_DEFAULT_CONSTRUCTIBLE | ( | T | ) |
assert T is default constructible
Definition at line 52 of file asserts.hpp.
| #define NFD_ASSERT_FORWARD_ITERATOR | ( | T | ) |
assert T is a forward iterator
Definition at line 62 of file asserts.hpp.