#include "../common.hpp"
#include "backports-ostream-joiner.hpp"
#include "nonstd/optional.hpp"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
| | ndn |
| | Copyright (c) 2013-2017 Regents of the University of California.
|
| |
|
| 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) |
| |
| template<typename V > |
| std::string | ndn::to_string (const V &v) |
| |
| #define NDN_CXX_FALLTHROUGH ((void)0) |
| #define NDN_CXX_HAS_CPP_ATTRIBUTE |
( |
|
x | ) |
0 |
| #define NDN_CXX_HAS_INCLUDE |
( |
|
x | ) |
0 |