Add remark that `index_on_function` is likely not useful as-is

This commit is contained in:
Martchus 2022-05-26 23:10:23 +02:00
parent 06909a24c4
commit 827bd843b3
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ struct index_on_base_member : LMDBIndexOps<Class, Type, index_on_base_member<Cla
/*!
* \brief The index_on_function struct is used to declare an index which is dynamically computed via
* a function.
* \remarks This struct makes likely not much sense in its current form.
*/
template <class Class, typename Type, class Func> struct index_on_function : LMDBIndexOps<Class, Type, index_on_function<Class, Type, Func>> {
index_on_function()