| 
    siplasplas
    
   A library for C++ reflection and introspection 
   | 
 
Classes | |
| class | cpp::concepts::DefaultConstructible< T > | 
| Checks if a type satisfies the default constructible concept  More... | |
| class | cpp::concepts::Constructible< T, Args > | 
| Checks if a type satisfies the constructible concept with the given constructor arguments.  More... | |
| class | cpp::concepts::CopyConstructible< T > | 
| Checks if a type satisfies the copy constructible concept  More... | |
| class | cpp::concepts::MoveConstructible< T > | 
| Checks if a type satisfies the move constructible concept  More... | |
| class | cpp::concepts::Assignable< T, U > | 
| Checks if a type satisfies the assignable concept  More... | |
| class | cpp::concepts::CopyAssignable< T > | 
| Checks if a type satisfies the copy assignable concept  More... | |
| class | cpp::concepts::MoveAssignable< T > | 
| Checks if a type satisfies the move assignable concept  More... | |
| class | cpp::concepts::Destructible< T > | 
| Checks if a type satisfies the destructible concept  More... | |