#include <include/Templates.hpp>
|
| KeyFromKey (const KeyExtractor1 &key1_=KeyExtractor1(), const KeyExtractor2 &key2_=KeyExtractor2()) |
|
template<typename Arg > |
result_type | operator() (Arg &arg) const |
|
template<class KeyExtractor1, class KeyExtractor2>
struct MoFEM::KeyFromKey< KeyExtractor1, KeyExtractor2 >
This small utility that cascades two key extractors will be used throughout the boost example http://www.boost.org/doc/libs/1_53_0/libs/multi_index/example/complex_structs.cpp
Definition at line 71 of file Templates.hpp.
◆ result_type
template<class KeyExtractor1 , class KeyExtractor2 >
◆ KeyFromKey()
template<class KeyExtractor1 , class KeyExtractor2 >
MoFEM::KeyFromKey< KeyExtractor1, KeyExtractor2 >::KeyFromKey |
( |
const KeyExtractor1 & |
key1_ = KeyExtractor1() , |
|
|
const KeyExtractor2 & |
key2_ = KeyExtractor2() |
|
) |
| |
|
inline |
◆ operator()()
template<class KeyExtractor1 , class KeyExtractor2 >
template<typename Arg >
◆ key1
template<class KeyExtractor1 , class KeyExtractor2 >
◆ key2
template<class KeyExtractor1 , class KeyExtractor2 >
The documentation for this struct was generated from the following file: