fsm
mpl::is_complete< Type, typename > Struct Template Reference

Provides the member constant value to true if a given type is complete, false otherwise. More...

#include <type_traits.h>

Inheritance diagram for mpl::is_complete< Type, typename >:
Inheritance graph
[legend]
Collaboration diagram for mpl::is_complete< Type, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename Type, typename = void>
struct mpl::is_complete< Type, typename >

Provides the member constant value to true if a given type is complete, false otherwise.

Template Parameters
TypeThe type to test.

The documentation for this struct was generated from the following file: