| 
    siplasplas
    
   A library for C++ reflection and introspection 
   | 
 
Checks if a type satisfies the constructible concept with the given constructor arguments. More...
#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>
  
 Additional Inherited Members | |
  Static Public Attributes inherited from cpp::concepts::Concept< std::is_constructible< T, Args... >::value, std::is_nothrow_constructible< T, Args... >::value > | |
| static constexpr bool | no_except | 
| Returns whether the concept implementation (feature) is noexcept or not.  | |
| static constexpr bool | vakue | 
| Concept result. True if the concept is satisfied, false otherwise.  | |
Checks if a type satisfies the constructible concept with the given constructor arguments.
::value: true if T meets the Constructible concept. False otherwise::no_except: true if T is also no throw constructible. False otherwise| T | Type to be tested | 
| Args | Constructor arguments types |