The Sparta Modeling Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MetaStruct::is_pair< typename > Struct Template Reference

This templated struct lets us know about whether the datatype is actually an std::pair object. This is specialized for a couple different signatures. The collection procedure for a pair object is broken down into first collecting the first member and then, the second. More...

#include <MetaStructs.hpp>

Inheritance diagram for MetaStruct::is_pair< typename >:
Collaboration diagram for MetaStruct::is_pair< typename >:

Detailed Description

template<typename>
struct MetaStruct::is_pair< typename >

This templated struct lets us know about whether the datatype is actually an std::pair object. This is specialized for a couple different signatures. The collection procedure for a pair object is broken down into first collecting the first member and then, the second.

Definition at line 580 of file MetaStructs.hpp.


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