• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D16-Feb-2021339 65

assignable.hH A D16-Feb-20211.8 KiB438

clonable.hH A D16-Feb-20212.1 KiB5011

clone_factory.hH A D16-Feb-20212.2 KiB5112

constructible.hH A D16-Feb-20212.6 KiB6816

convertible_to.hH A D16-Feb-20211.8 KiB449

copy_assignable.hH A D16-Feb-20212 KiB488

copy_constructible.hH A D16-Feb-20211.8 KiB448

unique_ptr.hH A D16-Feb-20212.5 KiB7124

README

1This directory contains a number of C++ headers which describe concepts for
2C++ types used by and with the Mongo library.  These headers do not describe
3instantiable types, but instead are used to concisely describe models of C++
4type concepts.  When C++ grows a proper `Concepts` feature, these files can be
5converted to proper concepts.
6