| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::is_default_initializable< T, class > | 
| A C++17 type trait equivalent to the C++20 default_initializable concept.  More... | |
Namespaces | |
| namespace | CeresEngine | 
| namespace | CeresEngine::traits | 
Concepts | |
| concept | CeresEngine::traits::default_initializable | 
Variables | |
| template<class T > | |
| bool constexpr | CeresEngine::traits::is_default_initializable_v = is_default_initializable<T>::value | 
| A C++17 type trait equivalent to the C++20 default_initializable concept.     | |