#
cxx14
Here are 40 public repositories matching this topic...
eyalroz
commented
Mar 31, 2016
I would like to be able to determine my device-wide primitive's temp_storage_bytes before I have all of the primitive's arguments ready. The interface for obtaining it ostensibly requires everything to be ready for the actual run - and the documentation does not make it clear what arguments it actually needs and what it's going to do with them (e.g. will it look at the input at all, in any way? Pr
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
cplusplus
geometry
boost
computational-geometry
cplusplus-14
spatial-analysis
spatial-index
ogc
geometric-algorithms
cxx14
generic-geometry-library
-
Updated
Aug 18, 2021 - C++
A RESTful API using Poco C++ Libraries.
modern-cpp
database-migrations
infrastructure-as-code
poco
restful-api
architectural-patterns
restful-webservices
cpp-web-services
cxx14
poco-restful-webservice
poco-apache-connector
cpp-restful-webservice
-
Updated
Oct 18, 2020 - C++
A Reinforcement Learning Library for C++11/14
agent
reinforcement-learning
decision-making
q-learning
markov-decision-processes
deterministic-game
cxx11
cxx14
-
Updated
Jan 30, 2021 - C++
Compile time counter that works with all major modern compilers
-
Updated
Feb 13, 2021 - C++
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
cmake
cxx
cpp
matlab
cpp14
octave
hdf5
mat
mat-files
cxx14
matio
ndimensional-arrays
matlab-mat
matlab-matrix
matio-cpp
-
Updated
Apr 6, 2021 - C++
A modern C++ wrapper library for net-snmp, designed to be thread-safe with v2/v3: Sessions may not be shared across threads
-
Updated
Nov 4, 2020 - C++
C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core
cpp
regular-expression
parsing-expression-grammar
string-manipulation
peg
parsing-library
string-matching
cxx11
cxx14
cxx17
-
Updated
Nov 11, 2020 - C++
Material for the advanced programming course 2018-19
-
Updated
Jan 15, 2019 - C++
A C++ project template that uses the CMake build system.
c-plus-plus
cmake
cplusplus
cxx
cpp
gmock
cpp14
cpp11
gtest
cpp17
template-project
clang-tidy
google-test
google-mock
asan
cxx11
cxx14
cxx17
-
Updated
Apr 9, 2019 - CMake
C++14 ranges library inspired by Rust's Iterators.
-
Updated
Aug 12, 2018 - C++
Control software for nano satellite attitude simulator
-
Updated
Feb 27, 2018 - C++
Small observable stream library for C++, inspired by Reactive Extensions
-
Updated
Aug 27, 2019 - C++
Packaging of Json for Modern C++ library to work with build2 https://github.com/nlohmann/json
-
Updated
Feb 3, 2019 - C++
Improve this page
Add a description, image, and links to the cxx14 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cxx14 topic, visit your repo's landing page and select "manage topics."
First of all, great library!
I am having some confusion in understanding the role of
values_first2inset_difference_by_keyas mentioned here.In general terms, the result of set difference
D = A - Bwill not contain values fromBthereforevalues_first2can never be part ofD. So `val