rttr::visitor::constructor_info< T > Struct Template - 0.9.7 |RTTR
rttr::visitor::constructor_info< T > Struct Template Reference

The constructor_info class is used to forward all information during registration of a constructor. More...

#include <visitor.h>

Public Types

using declaring_type = T
 The type T where this constructor is declared to. More...
 
using policy = Policy
 The used policy during registration. More...
 

Public Attributes

const constructorctor_item
 The constructor object. More...
 

Detailed Description

template<typename T>
struct rttr::visitor::constructor_info< T >

The constructor_info class is used to forward all information during registration of a constructor.

The information will be forwarded when the methods: visit_constructor() are implemented.

Member Typedef Documentation

template<typename T >
using rttr::visitor::constructor_info< T >::declaring_type = T

The type T where this constructor is declared to.

template<typename T >
using rttr::visitor::constructor_info< T >::policy = Policy

The used policy during registration.

Member Data Documentation

template<typename T >
const constructor& rttr::visitor::constructor_info< T >::ctor_item

The constructor object.


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