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

Go to the source code of this file.

Namespaces

namespace  etl
 

Concepts

concept  etl::default_initializable
 The default_initializable concept checks whether variables of type T can be value-initialized (T() is well-formed); direct-list-initialized from an empty initializer list (T{} is well-formed); and default-initialized (T t; is well-formed). Access checking is performed as if in a context unrelated to T. Only the validity of the immediate context of the variable initialization is considered.