openPMD-api
Public Member Functions | List of all members
openPMD::auxiliary::OutOfRangeMsg Class Reference

Return an error string for read-only access. More...

#include <OutOfRangeMsg.hpp>

Public Member Functions

 OutOfRangeMsg (std::string const name, std::string const description)
 
template<typename T_Key , typename = typename std::enable_if< std::is_integral< T_Key >::value || std::is_floating_point< T_Key >::value >::type>
std::string operator() (T_Key const key) const
 
std::string operator() (std::string const key) const
 
std::string operator() (...) const
 

Detailed Description

Return an error string for read-only access.

Build an error string for write-access of keys into containers that are read-only.


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