#include "common.hpp"#include <boost/concept/assert.hpp>#include <boost/concept_check.hpp>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | nfd::detail::StlForwardIteratorConcept< T > | 
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| 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.