tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_object< T > |
If T is an object type (that is any possibly cv-qualified type other than function, reference, or void types), provides the member constant value equal true. For any other type, value is false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_object_v = is_object<T>::value |