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

The concept convertible_to<From, To> specifies that an expression of the same type and value category as those of declval<From>() can be implicitly and explicitly converted to the type To, and the two forms of conversion are equivalent. More...

#include <convertible_to.hpp>

Concept definition

template<typename From, typename To>
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:19
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

The concept convertible_to<From, To> specifies that an expression of the same type and value category as those of declval<From>() can be implicitly and explicitly converted to the type To, and the two forms of conversion are equivalent.