__gnu_pbds::sample_ranged_hash_fn(3) [centos man page]
__gnu_pbds::sample_ranged_hash_fn(3) Library Functions Manual __gnu_pbds::sample_ranged_hash_fn(3)NAME
__gnu_pbds::sample_ranged_hash_fn -
SYNOPSIS
Public Types
typedef std::size_t size_type
Public Member Functions
sample_ranged_hash_fn ()
sample_ranged_hash_fn (const sample_ranged_hash_fn &)
void swap (sample_ranged_hash_fn &)
Protected Member Functions
void notify_resized (size_type)
size_type operator() (key_const_reference) const
Detailed Description
A sample ranged-hash functor.
Definition at line 47 of file sample_ranged_hash_fn.hpp.
Constructor & Destructor Documentation
__gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn ()
Default constructor.
__gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn (const sample_ranged_hash_fn &)
Copy constructor.
Member Function Documentation
void __gnu_pbds::sample_ranged_hash_fn::notify_resized (size_type) [protected]
Notifies the policy object that the container's __size has changed to size.
size_type __gnu_pbds::sample_ranged_hash_fn::operator() (key_const_reference) const [inline], [protected]
Transforms key_const_reference into a position within the table.
void __gnu_pbds::sample_ranged_hash_fn::swap (sample_ranged_hash_fn &) [inline]
Swaps content.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Jun 10 2014 __gnu_pbds::sample_ranged_hash_fn(3)
Check Out this Related Man Page
__gnu_pbds::sample_range_hashing(3) Library Functions Manual __gnu_pbds::sample_range_hashing(3)NAME
__gnu_pbds::sample_range_hashing -
SYNOPSIS
Public Types
typedef std::size_t size_type
Public Member Functions
sample_range_hashing ()
sample_range_hashing (const sample_range_hashing &other)
void swap (sample_range_hashing &other)
Protected Member Functions
void notify_resized (size_type)
size_type operator() (size_type) const
Detailed Description
A sample range-hashing functor.
Definition at line 47 of file sample_range_hashing.hpp.
Member Typedef Documentation
typedef std::size_t __gnu_pbds::sample_range_hashing::size_type
Size type.
Definition at line 51 of file sample_range_hashing.hpp.
Constructor & Destructor Documentation
__gnu_pbds::sample_range_hashing::sample_range_hashing ()
Default constructor.
__gnu_pbds::sample_range_hashing::sample_range_hashing (const sample_range_hashing &other)
Copy constructor.
Member Function Documentation
void __gnu_pbds::sample_range_hashing::notify_resized (size_type) [protected]
Notifies the policy object that the container's size has changed to argument's size.
size_type __gnu_pbds::sample_range_hashing::operator() (size_type) const [inline], [protected]
Transforms the __hash value hash into a ranged-hash value.
void __gnu_pbds::sample_range_hashing::swap (sample_range_hashing &other) [inline]
Swaps content.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Jun 10 2014 __gnu_pbds::sample_range_hashing(3)
Our development machines have libstdc++.so.5 and libstdc++.so.6.
When we build our native code, it uses libstdc++.so.6. Is there anyway I can force it to use libstdc++.so.5 instead ?
$ ldd try
/usr/lib/libcwait.so (0x00655000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6... (5 Replies)
hello everybody i am new on the AIX environment and i have faced an issue while running pstill it can't find ibstdc++.a (libstdc++.so.5) although i have the latest GCC and libstdc 4.0.0 i guess.
So to resolve the problem i have got an old versions that i want to install on AIX:
... (5 Replies)