libMesh
Static Public Member Functions | List of all members
libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > > Struct Template Reference

A pseudoinverse for converting bounds back to pairs of key types. More...

#include <parallel_conversion_utils.h>

Static Public Member Functions

static std::pair< FirstKeyType, SecondKeyType > to_key_type (const double f)
 

Detailed Description

template<typename FirstKeyType, typename SecondKeyType>
struct libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > >

A pseudoinverse for converting bounds back to pairs of key types.

Definition at line 90 of file parallel_conversion_utils.h.

Member Function Documentation

◆ to_key_type()

template<typename FirstKeyType , typename SecondKeyType >
static std::pair<FirstKeyType,SecondKeyType> libMesh::Parallel::Utils::Convert< std::pair< FirstKeyType, SecondKeyType > >::to_key_type ( const double  f)
inlinestatic

Definition at line 92 of file parallel_conversion_utils.h.

93  {
94  return std::make_pair
95  (Convert<FirstKeyType>::to_key_type(f),SecondKeyType());
96  }
static KeyType to_key_type(const double f)

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