#include "ndn-cxx/detail/common.hpp"
#include "ndn-cxx/util/backports-ostream-joiner.hpp"
#include "ndn-cxx/util/nonstd/any.hpp"
#include "ndn-cxx/util/nonstd/optional.hpp"
#include "ndn-cxx/util/nonstd/variant.hpp"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Macros | |
#define | NDN_CXX_HAS_CPP_ATTRIBUTE(x) 0 |
#define | NDN_CXX_HAS_INCLUDE(x) 0 |
#define | NDN_CXX_FALLTHROUGH ((void)0) |
Functions | |
template<typename V > | |
std::string | ndn::to_string (const V &v) |
template<typename T , typename Compare > | |
constexpr const T & | ndn::clamp (const T &v, const T &lo, const T &hi, Compare comp) |
template<typename T > | |
constexpr const T & | ndn::clamp (const T &v, const T &lo, const T &hi) |
#define NDN_CXX_HAS_CPP_ATTRIBUTE | ( | x | ) | 0 |
Definition at line 30 of file backports.hpp.
#define NDN_CXX_HAS_INCLUDE | ( | x | ) | 0 |
Definition at line 36 of file backports.hpp.
#define NDN_CXX_FALLTHROUGH ((void)0) |
Definition at line 48 of file backports.hpp.