tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | has_unique_object_representations< T > |
If T is TriviallyCopyable and if any two objects of type T with the same value have the same object representation, provides the member constant value equal true. For any other type, value is false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | has_unique_object_representations_v = has_unique_object_representations<T>::value |