commit | 296c3a185d72efbcae23c1e2232b8932e24d21b7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu May 04 21:40:40 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed May 10 22:56:48 2023 -0400 |
tree | bf279357f4c2819a2f86cd1f2541cca2da838388 | |
parent | 47ce2eed3ad667074c2a6a39f1cb5b866459dae5 [diff] |
interest+data: add string_view overloads for convenience Also, explicitly declare the nullptr_t overloads as deleted, so that users get a clear compilation error instead of a potentially confusing "ambiguous overload" if they try to pass nullptr to these functions. Change-Id: I399efcbd698a0d3f7e29219d21eb1a53a1d71070
ndn-cxx is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bug reports or feature requests to the ndn-cxx issue tracker.
Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md
to get started.
ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md
for details.