openPMD-api
Public Member Functions | List of all members
openPMD::traits::GenerationPolicy< U > Struct Template Reference

Container Element Creation Policy. More...

#include <Container.hpp>

Public Member Functions

template<typename T >
void operator() (T &)
 

Detailed Description

template<typename U>
struct openPMD::traits::GenerationPolicy< U >

Container Element Creation Policy.

The operator() of this policy is called after the container insert() of a new element. The passed parameter is an iterator to the newly added element.


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