tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_void.hpp File Reference

Go to the source code of this file.

Classes

struct  is_void< T >
 Define a member typedef only if a boolean constant is true. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_void_v = is_same_v<void, remove_cv_t<T>>