Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

_bind(3) [debian man page]

_Bind<; _Signature >(3cxx)												 _Bind< _Signature >(3cxx)

NAME
_Bind< _Signature > - SYNOPSIS
Detailed Description template<typename _Signature>struct _Bind< _Signature > Type of the function object returned from bind(). Definition at line 1137 of file functional. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sun Jan 6 2013 _Bind< _Signature >(3cxx)

Check Out this Related Man Page

__gnu_parallel::LoserTreeBase< T, Comparator >::Loser(3cxx)			       __gnu_parallel::LoserTreeBase< T, Comparator >::Loser(3cxx)

NAME
__gnu_parallel::LoserTreeBase< T, Comparator >::Loser - SYNOPSIS
Public Attributes T key int source bool sup Detailed Description template<typename T, typename Comparator>struct __gnu_parallel::LoserTreeBase< T, Comparator >::Loser Internal representation of a LoserTree element. Definition at line 61 of file losertree.h. Member Data Documentation template<typename T , typename Comparator > T __gnu_parallel::LoserTreeBase< T, Comparator >::Loser::key key of the element in the LoserTree. Definition at line 68 of file losertree.h. Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start(). template<typename T , typename Comparator > int __gnu_parallel::LoserTreeBase< T, Comparator >::Loser::source index of the source sequence. Definition at line 66 of file losertree.h. Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::get_min_source(), and __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start(). template<typename T , typename Comparator > bool __gnu_parallel::LoserTreeBase< T, Comparator >::Loser::sup flag, true iff this is a 'maximum' sentinel. Definition at line 64 of file losertree.h. Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::LoserTreeBase< T, Comparator >::Loser(3cxx)
Man Page

15 More Discussions You Might Find Interesting

1. New to Unix. Which books should I read?

Unix Books

I'm just looking for really good unix book on programming in all shells, and system adminstrator books, and well as just all around really good books on unix. I know the "Unix Shell Programming" book that Neo recommends I recently purchased that it is very good. But when I heard that Neo has... (13 Replies)
Discussion started by: Astudent
13 Replies

2. UNIX for Dummies Questions & Answers

Unix Books

I'm just looking for really good unix book on programming in all shells, and system adminstrator books, and well as just all around really good books on unix. I know the "Unix Shell Programming" book that Neo recommends I recently purchased that it is very good. But when I heard that Neo has... (13 Replies)
Discussion started by: Astudent
13 Replies

3. IP Networking

Routing

ok i configured my gateway and IP address(es) using ifconfig and route.. but how can i bind unique IPs to users ? (im using FreeBSD 4.2 RELEASE #3) (9 Replies)
Discussion started by: DevilGREEN
9 Replies

4. IP Networking

DNS daemons

Does anyone know the command to start the DNS Daemon. I looked in the /etc/init.d/inetsvc file and it tells me what the text should look like. When I go to open the corresponding files they are encoded and I can't read them. So is there a command that will start the DNS daemon? If... (8 Replies)
Discussion started by: Deuce
8 Replies

5. UNIX for Advanced & Expert Users

NIS trouble

:eek: hi all, I have a NIS trouble on a server. when I create a file on a server (server1), the group of this file is the number of the group and not its name. when I create a file with this group on another server which depends of another NIS slave, the file is created with the group name.... (10 Replies)
Discussion started by: farzolito
10 Replies

6. Solaris

How to allow nonroot user to bind to port 80

We are making some changes, and are now using Weblogic as the webserver on one of my projects. I would like for the non root user running Weblogic to be able to bind to port 80. (10 Replies)
Discussion started by: 98_1LE
10 Replies

7. HP-UX

NIS no longer

I recentely aquired an old B1000 workstation running HP-UX 11(I think) that was a member of a NIS domain. As such it now fails to find it's domain, that lab has been dismantled, this is however not a huge problem by it's self but what is a problem is that all of the libs and bins were stored in a... (8 Replies)
Discussion started by: twpvw5
8 Replies

8. UNIX for Advanced & Expert Users

how to bind a process to a CPU

Hi all please can any body please suggest me how to bind a process to a particular CPU on unix machine. i have a unix machine with 2 CPUs and i wanna have my process running on CPU 0. please suggest. (11 Replies)
Discussion started by: Raom
11 Replies

9. UNIX for Dummies Questions & Answers

ypbind wont bind?

Well one problem down and another just pops up. I run ypbind and I see Starting NIS service: Binding NIS service: Shutting down NIS service: To my knowledge everything is configured properly. I ran tcpdump on the machine running ypserv to see... (9 Replies)
Discussion started by: Colton
9 Replies

10. UNIX for Dummies Questions & Answers

Bind keys using unix

I am using unix and I want to bind a key so that when I press it, text appears in the command line: Eg: Press '=' and 'verbatim18 centres_show' appears. Can anyone help me? I have tried as many combinations as I have found on the internet, but it just keeps saying either 'Command not... (33 Replies)
Discussion started by: bucksnotts
33 Replies

11. AIX

Samba 3.6.22 on AIX 7.1 with Windows AD (Kerberos and winbind)

Hi all, I have installed samba 3.6.22 on AIX 7.1 and join a windows AD with success. All seem to work fine, I have configured smb.conf, methods.cfg, kerberos, user .... the following command work fine wbinfo -u, wbinfo -g, wbinfo -i, wbinfo -s, wbinfo -S, lsuser, id... The unique... (20 Replies)
Discussion started by: PhilippeA
20 Replies

12. Shell Programming and Scripting

Get only domain from url file bind

Hello everybody I have been trying to extract the domain name from the bind query log with different options, however always get stuck with domains that end with link .co.uk or .co.nz. I tried the following, however only provides the first level: awk -F"." '{print $(NF-1)"."$NF}' list.txt >... (30 Replies)
Discussion started by: omuhans123
30 Replies

13. UNIX for Beginners Questions & Answers

Mount point bind issues

Hi ALL I am unable to do mount bind to connect new storage Once I run the below commands both file systems were empty Code: mount --bind /prod/OpenCSS /var/lib/test Code: echo "/prod/OpenCSS /var/lib/pgsql bind bind 0 0" >> /etc/fstab Please use code tags for code and data (9 Replies)
Discussion started by: anil529
9 Replies

14. UNIX for Beginners Questions & Answers

Why bind to LiveCD /proc before building initramfs ?

Imagine I have an unbootable system where I need to update the kernel image using update-initramfs. I have seen numerous examples online which show the following $ mount -t proc none /mnt/ubuntu/proc $ mount -o bind /dev /mnt/ubuntu/dev $ mount -o bind /sys /mnt/ubuntu/sys After that we... (8 Replies)
Discussion started by: sreyan32
8 Replies

15. UNIX for Beginners Questions & Answers

Ppa and default-bind-ciphers

Hello, I am under ubuntu 16.04 now. I am going to add a repository into server. After apt-get install app_name, I see below lines inside a file : excerpted from config file: .. .. ssl-default-bind-ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256::RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS .. .. ... (9 Replies)
Discussion started by: baris35
9 Replies