|
double | ThePEG::sqrt (int x) |
| Square root of an integer. More...
|
|
template<typename Container , typename Key > |
bool | ThePEG::member (const Container &c, const Key &k) |
| Check if a given object is a part of a container. More...
|
|
template<typename T , typename Key > |
bool | ThePEG::member (const vector< T > &v, const Key &k) |
| Check if a given object is a part of a vector. More...
|
|
template<typename Cont > |
std::insert_iterator< Cont > | ThePEG::inserter (Cont &c) |
| Return an insert iterator for a given container. More...
|
|
template<typename T , typename A > |
std::back_insert_iterator< vector< T, A > > | ThePEG::inserter (vector< T, A > &v) |
| Return an insert iterator for a given vector. More...
|
|
template<typename T , typename A > |
std::back_insert_iterator< deque< T, A > > | ThePEG::inserter (deque< T, A > &v) |
| Return an insert iterator for a given vector. More...
|
|
ostream & | ThePEG::left (ostream &os) |
| Stream manipulator setting an ostream to left-adjust its ouput. More...
|
|
ostream & | ThePEG::right (ostream &os) |
| Stream manipulator setting an ostream to right-adjust its ouput. More...
|
|
This file introduces a number of std::
classes into the ThePEG namespace.
Also introduces some useful functions for standard library classes.
Do not make changes in this file. If you want to use alternatives to the std::
classes in ThePEG, edit a copy of this file and include it in an alternative config file which can be included in the main ThePEG.h config file using the macro ThePEG_ALTERNATE_CONFIG
.
Definition in file std.h.