Boost.RunTimeServices

    • Reference
  • Reference
arrow_back arrow_upward

boost::rts

Types

Name

Description

make_void

polystore

A container of type‐erased objects

void_t

Functions

Name

Description

invoke

Invoke a callable, injecting stored objects as arguments The callable is invoked with zero or more arguments. For each argument type, if an object of that type (or key type) is stored in the container, a reference to that object is passed to the callable.

Created with MrDocs

Boost.RunTimeServices