NEST main@caf0ae8
 
Loading...
Searching...
No Matches
DictionaryEntryType Concept Reference

A concept for data types that can be stored in a Dictionary as any_type . More...

#include <dictionary.h>

Concept definition

template<typename T>
concept DictionaryEntryType = std::is_constructible_v< any_type, T >
A concept for data types that can be stored in a Dictionary as any_type .
Definition dictionary.h:201

Detailed Description

A concept for data types that can be stored in a Dictionary as any_type .