Molassembler  3.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Transform.h File Reference

Provides functional-style transformation of container elements. More...

Include dependency graph for Transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Temple
 Template shorthands, optimizers and constexpr data types.
 

Functions

template<class Container , typename UnaryFunction >
auto Scine::Molassembler::Temple::Adaptors::transform (Container &&container, UnaryFunction &&function)
 

Detailed Description

Provides functional-style transformation of container elements.