ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
parameters::conversion::get_< std::string > Struct Template Reference

#include <parameter_proxy.h>

Public Member Functions

std::string operator() (std::string const &val)
 

Detailed Description

template<>
struct parameters::conversion::get_< std::string >

Definition at line 55 of file parameter_proxy.h.

Member Function Documentation

std::string parameters::conversion::get_< std::string >::operator() ( std::string const &  val)
inline

Definition at line 57 of file parameter_proxy.h.

58  {
59  std::string ret = val;
60  boost::trim_if(ret, boost::is_any_of("\"'"));
61  return ret;
62  }

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