tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::boolean_testable Concept Reference

#include <etl/concepts.hpp>

Concept definition

template<typename T>
concept etl::boolean_testable = etl::detail::boolean_testable_impl<T> and requires(T&& t) {
{ not etl::forward<T>(t) } -> etl::detail::boolean_testable_impl;
}
Definition boolean_testable.hpp:21
and
Definition incrementable_traits.hpp:40
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23

Detailed Description

Note
Non-standard extension