#include <collaborator.h>
|
template<typename T > |
static bool | WiringOk (const T *) |
|
template<template< typename E, typename Allocator=std::allocator< E > > class C = std::vector>
struct wallaroo::collection< C >
This type should be used as second template parameter in Collaborator class to specify that the Collaborator is a collection and you can wire as many parts to the collaborator as you want. Even zero. You can specify the container to use with the optional template parameter (default is std::vector)
template<template< typename E, typename Allocator=std::allocator< E > > class C = std::vector>
template<typename T >
The documentation for this struct was generated from the following file: